Skip to content

Commit 84e0eff

Browse files
committed
remove [all] extra from ipython, and add comment explaining fiona pin
1 parent 2799251 commit 84e0eff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: test_requirements/requirements_optional.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
requests
22
pandas
33
numpy
4-
fiona<=1.9.6;python_version<="3.8"
54
xarray
65
statsmodels
76
Pillow
87
pytest
98
pytz
10-
ipython[all]
9+
ipython
1110
ipykernel
1211
jupyter
1312
scipy
1413
Shapely
1514
geopandas
15+
fiona<=1.9.6;python_version<="3.8" # fiona>1.9.6 is not compatible with geopandas<1; geopandas>=1 is not compatible with python 3.8
1616
pyshp
1717
matplotlib
1818
scikit-image
@@ -23,4 +23,4 @@ polars[timezone]
2323
pyarrow
2424
anywidget
2525
plotly-geo
26-
vaex;python_version<="3.9"
26+
vaex;python_version<="3.9"

0 commit comments

Comments
 (0)