Skip to content

Commit

Permalink
Backport PR pandas-dev#57830 on branch 2.2.x (DOC: Pin dask/dask-expr…
Browse files Browse the repository at this point in the history
… for scale.rst) (pandas-dev#57832)

Backport PR pandas-dev#57830: DOC: Pin dask/dask-expr for scale.rst

Co-authored-by: Matthew Roeschke <[email protected]>
  • Loading branch information
meeseeksmachine and mroeschke authored Mar 13, 2024
1 parent 33006cd commit 9ed5382
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 9ed5382

Please sign in to comment.