Skip to content

Commit

Permalink
FIX-#5240: fix dask[complete] syntax in conda environment files
Browse files Browse the repository at this point in the history
Signed-off-by: Myachev <[email protected]>
  • Loading branch information
anmyachev committed Nov 18, 2022
1 parent 3d90bc8 commit ee7acea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- pandas==1.5.1
- numpy>=1.18.5
- pyarrow>=4.0.1
- dask[complete]>=2.22.0
- dask>=2.22.0
- distributed>=2.22.0
- fsspec
- xarray
Expand Down
2 changes: 1 addition & 1 deletion requirements/environment-py36.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- pandas
- numpy>=1.18.5
- pyarrow>=4.0.1
- dask[complete]>=2.22.0,<2021.3.0
- dask>=2.22.0,<2021.3.0
- distributed>=2.22.0,<2021.3.0
- pickle5 # for dask to correctly serialize nested functions
- fsspec
Expand Down

0 comments on commit ee7acea

Please sign in to comment.