Skip to content

Commit

Permalink
drop dask-expr dependency from downstream tests (#1781)
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Jan 27, 2025
1 parent 375a411 commit fe59f48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ci/environment-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ dependencies:
- python=3.11
- pip:
- git+https://github.com/dask/dask
- git+https://github.com/dask/dask-expr
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ test_full = [
]
test_downstream = [
"dask[dataframe,test]",
"dask-expr",
"moto[server]>4,<5",
"pytest-timeout",
"xarray",
Expand Down

0 comments on commit fe59f48

Please sign in to comment.