Skip to content

Commit

Permalink
Bump minimum cloudpickle to 3 (#8836)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau authored Aug 19, 2024
1 parent cdad3cb commit 3075b08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/environment-mindeps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- python=3.10
- click=8.0
- cloudpickle=2.0.0
- cloudpickle=3.0.0
- cytoolz=0.11.2
- jinja2=2.10.3
- locket=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/recipes/distributed/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ requirements:
run:
- python >=3.10
- click >=8.0
- cloudpickle >=2.0.0
- cloudpickle >=3.0.0
- cytoolz >=0.11.2
- {{ pin_compatible('dask-core', max_pin='x.x.x.x') }}
- jinja2 >=2.10.3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ readme = "README.rst"
requires-python = ">=3.10"
dependencies = [
"click >= 8.0",
"cloudpickle >= 2.0.0",
"cloudpickle >= 3.0.0",
"dask == 2024.8.1",
"jinja2 >= 2.10.3",
"locket >= 1.0.0",
Expand Down

0 comments on commit 3075b08

Please sign in to comment.