Skip to content

DOC: Pin dask/dask-expr for scale.rst #57830

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ dependencies:
- zstandard>=0.19.0

# downstream packages
- dask-core
- dask-core<=2024.2.1
- seaborn-base
- dask-expr
- dask-expr<=0.5.3

# local testing dependencies
- moto
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ xarray>=2022.12.0
xlrd>=2.0.1
xlsxwriter>=3.0.5
zstandard>=0.19.0
dask
dask<=2024.2.1
seaborn
dask-expr
dask-expr<=0.5.3
moto
flask
asv>=0.6.1
Expand Down
Loading