Skip to content

Commit

Permalink
Set dask branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter committed Feb 23, 2023
1 parent 51f7d0d commit 7a6cc40
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies:
- zict # overridden by git tip below
- zstandard >=0.9.0
- pip:
- git+https://github.com/fjetter/dask@17ee0e3f05526fbfd54836a2e42b13512ddab044
- git+https://github.com/fjetter/dask@drop_distributed_pack
- git+https://github.com/dask/s3fs
- git+https://github.com/dask/zict
- git+https://github.com/fsspec/filesystem_spec
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies:
- zict # overridden by git tip below
- zstandard >=0.9.0
- pip:
- git+https://github.com/fjetter/dask@17ee0e3f05526fbfd54836a2e42b13512ddab044
- git+https://github.com/fjetter/dask@drop_distributed_pack
- git+https://github.com/dask/s3fs
- git+https://github.com/dask/zict
- git+https://github.com/fsspec/filesystem_spec
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ dependencies:
- zict
- zstandard >=0.9.0
- pip:
- git+https://github.com/fjetter/dask@17ee0e3f05526fbfd54836a2e42b13512ddab044
- git+https://github.com/fjetter/dask@drop_distributed_pack
- git+https://github.com/jcrist/crick # Only tested here
- keras
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ dependencies:
- zict
- zstandard >=0.9.0
- pip:
- git+https://github.com/fjetter/dask@17ee0e3f05526fbfd54836a2e42b13512ddab044
- git+https://github.com/fjetter/dask@drop_distributed_pack
- keras
2 changes: 1 addition & 1 deletion continuous_integration/environment-mindeps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
# Distributed depends on the latest version of Dask
- pip
- pip:
- git+https://github.com/fjetter/dask@17ee0e3f05526fbfd54836a2e42b13512ddab044
- git+https://github.com/fjetter/dask@drop_distributed_pack
# test dependencies
- pytest
- pytest-cov
Expand Down

0 comments on commit 7a6cc40

Please sign in to comment.