Skip to content

Commit fe59f48

Browse files
authored
drop dask-expr dependency from downstream tests (#1781)
1 parent 375a411 commit fe59f48

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ci/environment-downstream.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ dependencies:
55
- python=3.11
66
- pip:
77
- git+https://github.com/dask/dask
8-
- git+https://github.com/dask/dask-expr

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ test_full = [
122122
]
123123
test_downstream = [
124124
"dask[dataframe,test]",
125-
"dask-expr",
126125
"moto[server]>4,<5",
127126
"pytest-timeout",
128127
"xarray",

0 commit comments

Comments
 (0)