We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8876fab + bb932b5 commit e3f8c1aCopy full SHA for e3f8c1a
test_requirements/requirements_optional.txt
@@ -1,18 +1,18 @@
1
requests
2
pandas
3
numpy
4
-fiona<=1.9.6;python_version<="3.8"
5
xarray
6
statsmodels
7
Pillow
8
pytest
9
pytz
10
-ipython[all]
11
-ipykernel
+ipython
12
jupyter
+anywidget
13
scipy
14
Shapely
15
geopandas
+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
16
pyshp
17
matplotlib
18
scikit-image
@@ -21,6 +21,5 @@ kaleido
21
orjson
22
polars[timezone]
23
pyarrow
24
-anywidget
25
plotly-geo
26
-vaex;python_version<="3.9"
+vaex;python_version<="3.9"
0 commit comments