Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Aug 29, 2023
1 parent 5a948e6 commit bcb854c
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 @@ -74,4 +74,4 @@ dependencies:
- jinja2
- pip
- pip:
- git+https://github.com/dask/distributed@03ea2e1cfe42427fc753c3fb828d2fd2d7b1e9d7
- git+https://github.com/dask/distributed@22eb33a2c08eb984d4800049c33a91daf1d3cae3
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ dependencies:
- jinja2
- pip
- pip:
- git+https://github.com/dask/distributed@03ea2e1cfe42427fc753c3fb828d2fd2d7b1e9d7
- git+https://github.com/dask/distributed@22eb33a2c08eb984d4800049c33a91daf1d3cae3
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ dependencies:
- jinja2
- pip
- pip:
- git+https://github.com/dask/distributed@03ea2e1cfe42427fc753c3fb828d2fd2d7b1e9d7
- git+https://github.com/dask/distributed@22eb33a2c08eb984d4800049c33a91daf1d3cae3
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
# optional dependencies pulled in by pip install dask[distributed]
- pip
- pip:
- git+https://github.com/dask/distributed@03ea2e1cfe42427fc753c3fb828d2fd2d7b1e9d7
- git+https://github.com/dask/distributed@22eb33a2c08eb984d4800049c33a91daf1d3cae3
# test dependencies
- pre-commit
- pytest
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-mindeps-optional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies:
- pip
- pip:
# optional dependencies pulled in by pip install dask[distributed]
- git+https://github.com/dask/distributed@03ea2e1cfe42427fc753c3fb828d2fd2d7b1e9d7
- git+https://github.com/dask/distributed@22eb33a2c08eb984d4800049c33a91daf1d3cae3
# test dependencies
- pre-commit
- pytest
Expand Down

0 comments on commit bcb854c

Please sign in to comment.