Skip to content

Commit fe0bae8

Browse files
authored
remove distributed as a required dependency (#306)
1 parent 19e0110 commit fe0bae8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ci/envs/310-no-optional-deps.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dependencies:
55
# required dependencies
66
- python=3.10
77
- dask
8-
- distributed
98
- geopandas
109
- pyproj
1110
- packaging

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ dependencies = [
3535
"geopandas>=0.12",
3636
"shapely>=2.0",
3737
"dask[dataframe]>=2022.06.0",
38-
"distributed>=2022.06.0",
3938
"packaging",
4039
]
4140

0 commit comments

Comments
 (0)