Skip to content

Commit d6bbc14

Browse files
authored
Prepare for 2024.1.0 release (#1300)
* Bump package version to 2024.1.0 * Bump dask max version to 2024.1.1
1 parent b996e77 commit d6bbc14

13 files changed

Lines changed: 14 additions & 14 deletions

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dask-sql"
33
repository = "https://github.com/dask-contrib/dask-sql"
4-
version = "2024.1.0-rc0"
4+
version = "2024.1.0"
55
description = "Bindings for DataFusion used by Dask-SQL"
66
readme = "README.md"
77
license = "Apache-2.0"

continuous_integration/docker/conda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python>=3.9
2-
dask>=2022.3.0,<=2024.1.0
2+
dask>=2022.3.0,<=2024.1.1
33
pandas>=1.4.0
44
jpype1>=1.0.2
55
openjdk>=8

continuous_integration/docker/main.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN mamba install -y \
1616
# build requirements
1717
"maturin>=1.3,<1.4" \
1818
# core dependencies
19-
"dask>=2022.3.0,<=2024.1.0" \
19+
"dask>=2022.3.0,<=2024.1.1" \
2020
"pandas>=1.4.0" \
2121
"fastapi>=0.92.0" \
2222
"httpx>=0.24.1" \

continuous_integration/environment-3.10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- c-compiler
6-
- dask>=2022.3.0,<=2024.1.0
6+
- dask>=2022.3.0,<=2024.1.1
77
- fastapi>=0.92.0
88
- fugue>=0.7.3
99
- httpx>=0.24.1

continuous_integration/environment-3.11.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- c-compiler
6-
- dask>=2022.3.0,<=2024.1.0
6+
- dask>=2022.3.0,<=2024.1.1
77
- fastapi>=0.92.0
88
- fugue>=0.7.3
99
- httpx>=0.24.1

continuous_integration/environment-3.12.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- c-compiler
6-
- dask>=2022.3.0,<=2024.1.0
6+
- dask>=2022.3.0,<=2024.1.1
77
- fastapi>=0.92.0
88
- fugue>=0.7.3
99
- httpx>=0.24.1

continuous_integration/gpuci/environment-3.10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ channels:
99
dependencies:
1010
- c-compiler
1111
- zlib
12-
- dask>=2022.3.0,<=2024.1.0
12+
- dask>=2022.3.0,<=2024.1.1
1313
- fastapi>=0.92.0
1414
- fugue>=0.7.3
1515
- httpx>=0.24.1

continuous_integration/gpuci/environment-3.9.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ channels:
99
dependencies:
1010
- c-compiler
1111
- zlib
12-
- dask>=2022.3.0,<=2024.1.0
12+
- dask>=2022.3.0,<=2024.1.1
1313
- fastapi>=0.92.0
1414
- fugue>=0.7.3
1515
- httpx>=0.24.1

continuous_integration/recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ requirements:
3232
- xz # [linux64]
3333
run:
3434
- python
35-
- dask >=2022.3.0,<=2024.1.0
35+
- dask >=2022.3.0,<=2024.1.1
3636
- pandas >=1.4.0
3737
- fastapi >=0.92.0
3838
- httpx >=0.24.1

0 commit comments

Comments
 (0)