Skip to content

Commit

Permalink
Use git tip for dask-expr and dask for now
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Mar 4, 2024
1 parent 401293b commit 963567e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ci/environment-3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ channels:
- conda-forge
- defaults
dependencies:
- dask
- dask-glm
- multipledispatch >=0.4.9
- mypy
Expand All @@ -23,4 +22,5 @@ dependencies:
- toolz
- pip
- pip:
- dask-expr
- git+https://github.com/dask-contrib/dask-expr
- git+https://github.com/dask/dask
4 changes: 2 additions & 2 deletions ci/environment-3.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ channels:
- conda-forge
- defaults
dependencies:
- dask
- dask-glm
- multipledispatch >=0.4.9
- mypy
Expand All @@ -23,4 +22,5 @@ dependencies:
- toolz
- pip
- pip:
- dask-expr
- git+https://github.com/dask-contrib/dask-expr
- git+https://github.com/dask/dask
4 changes: 2 additions & 2 deletions ci/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ channels:
- conda-forge
- defaults
dependencies:
- dask
- dask-glm
- multipledispatch >=0.4.9
- mypy
Expand All @@ -23,4 +22,5 @@ dependencies:
- toolz
- pip
- pip:
- dask-expr
- git+https://github.com/dask-contrib/dask-expr
- git+https://github.com/dask/dask

0 comments on commit 963567e

Please sign in to comment.