Skip to content

Commit bac0db8

Browse files
authored
Fix dependencies that should point to dask/dask (#7138)
1 parent 7cba485 commit bac0db8

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

continuous_integration/environment-3.10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies:
4242
- zict # overridden by git tip below
4343
- zstandard >=0.9.0
4444
- pip:
45-
- git+https://github.com/douglasdavis/dask@new-cli
45+
- git+https://github.com/dask/dask
4646
- git+https://github.com/dask/s3fs
4747
- git+https://github.com/dask/zict
4848
- git+https://github.com/fsspec/filesystem_spec

continuous_integration/environment-3.8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ dependencies:
4545
- zict
4646
- zstandard >=0.9.0
4747
- pip:
48-
- git+https://github.com/douglasdavis/dask@new-cli
48+
- git+https://github.com/dask/dask
4949
- git+https://github.com/jcrist/crick # Only tested here
5050
- keras

continuous_integration/environment-3.9.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ dependencies:
4848
- zict
4949
- zstandard >=0.9.0
5050
- pip:
51-
- git+https://github.com/douglasdavis/dask@new-cli
51+
- git+https://github.com/dask/dask
5252
- keras

continuous_integration/gpuci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gpuci_logger "Activate conda env"
3838
conda activate dask
3939

4040
gpuci_logger "Install dask"
41-
python -m pip install git+https://github.com/douglasdavis/dask@new-cli
41+
python -m pip install git+https://github.com/dask/dask
4242

4343
gpuci_logger "Install distributed"
4444
python -m pip install -e .

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ numpydoc
22
tornado
33
toolz
44
cloudpickle
5-
git+https://github.com/douglasdavis/dask@new-cli
5+
git+https://github.com/dask/dask
66
sphinx
77
dask-sphinx-theme>=3.0.0
88
sphinx-click

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
click >= 6.6
22
cloudpickle >= 1.5.0
3-
dask @ git+https://github.com/douglasdavis/dask@new-cli
3+
dask == 2022.9.2
44
jinja2
55
locket >= 1.0.0
66
msgpack >= 0.6.0

0 commit comments

Comments
 (0)