Skip to content

Commit

Permalink
Unpin Dask/distributed versions (#452)
Browse files Browse the repository at this point in the history
* Unpin dask/distributed post release

* Remove dask/distributed version ceiling
  • Loading branch information
charlesbluca authored Apr 11, 2022
1 parent 37ea6b6 commit f19ee4d
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.10-jdk11-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- black=22.3.0
- ciso8601>=2.2.0
- dask-ml>=2022.1.22
- dask>=2022.3.0,<2022.4.1
- dask>=2022.3.0
- fastapi>=0.61.1
- fs>=2.4.11
- intake>=0.6.0
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.10-jdk8-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- black=22.3.0
- ciso8601>=2.2.0
- dask-ml>=2022.1.22
- dask>=2022.3.0,<2022.4.1
- dask>=2022.3.0
- fastapi>=0.61.1
- fs>=2.4.11
- intake>=0.6.0
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.8-jdk11-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- black=22.3.0
- ciso8601>=2.2.0
- dask-ml>=2022.1.22
- dask>=2022.3.0,<2022.4.1
- dask>=2022.3.0
- fastapi>=0.61.1
- fs>=2.4.11
- intake>=0.6.0
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.8-jdk8-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- black=22.3.0
- ciso8601>=2.2.0
- dask-ml>=2022.1.22
- dask>=2022.3.0,<2022.4.1
- dask>=2022.3.0
- fastapi>=0.61.1
- fs>=2.4.11
- intake>=0.6.0
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.9-jdk11-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- black=22.3.0
- ciso8601>=2.2.0
- dask-ml>=2022.1.22
- dask>=2022.3.0,<2022.4.1
- dask>=2022.3.0
- fastapi>=0.61.1
- fs>=2.4.11
- intake>=0.6.0
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.9-jdk8-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- black=22.3.0
- ciso8601>=2.2.0
- dask-ml>=2022.1.22
- dask>=2022.3.0,<2022.4.1
- dask>=2022.3.0
- fastapi>=0.61.1
- fs>=2.4.11
- intake>=0.6.0
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requirements:
- python >=3.8
run:
- python
- dask >=2022.3.0,<2022.4.1
- dask >=2022.3.0
- pandas >=1.0.0
- jpype1 >=1.0.2
- openjdk >=8
Expand Down
2 changes: 1 addition & 1 deletion docker/conda.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python>=3.8
dask>=2022.3.0,<2022.4.1
dask>=2022.3.0
pandas>=1.0.0 # below 1.0, there were no nullable ext. types
jpype1>=1.0.2
openjdk>=8
Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- sphinx-tabs
- dask-sphinx-theme>=2.0.3
- maven>=3.6.0
- dask>=2022.3.0,<2022.4.1
- dask>=2022.3.0
- pandas>=1.0.0
- fugue>=0.5.3
- jpype1>=1.0.2
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sphinx>=4.0.0
sphinx-tabs
dask-sphinx-theme>=2.0.3
dask>=2022.3.0,<2022.4.1
dask>=2022.3.0
pandas>=1.0.0
fugue>=0.5.3
jpype1>=1.0.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def build(self):
python_requires=">=3.8",
setup_requires=sphinx_requirements,
install_requires=[
"dask[dataframe,distributed]>=2022.3.0,<2022.4.1",
"dask[dataframe,distributed]>=2022.3.0",
"pandas>=1.0.0", # below 1.0, there were no nullable ext. types
"jpype1>=1.0.2",
"fastapi>=0.61.1",
Expand Down

0 comments on commit f19ee4d

Please sign in to comment.