Skip to content

Commit

Permalink
Revert "Install dask-expr"
Browse files Browse the repository at this point in the history
This reverts commit 9eb21a9.
  • Loading branch information
jdblischak committed Mar 13, 2024
1 parent 9eb21a9 commit 5d34f8c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/macos.yml
Expand Up @@ -84,7 +84,6 @@ jobs:
- name: Install dependencies
run: python -m pip install --prefer-binary \
dask \
dask-expr \
distributed \
'fsspec<2023.3.0' \
pandas \
Expand Down Expand Up @@ -170,7 +169,6 @@ jobs:
- name: Install dependencies
run: python -m pip install --prefer-binary \
dask \
dask-expr \
distributed \
'fsspec<2023.3.0' \
pandas \
Expand Down
1 change: 0 additions & 1 deletion ci/nightly/environment.yaml
Expand Up @@ -16,6 +16,5 @@ dependencies:
- wheel
# test
- dask
- dask-expr
- pytest
- tiledb-py
1 change: 0 additions & 1 deletion ci/nightly/requirements-test.txt
@@ -1,5 +1,4 @@
dask
dask-expr
distributed
pytest
tiledb

0 comments on commit 5d34f8c

Please sign in to comment.