Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2799251 commit 84e0effCopy full SHA for 84e0eff
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]
+ipython
11
ipykernel
12
jupyter
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
@@ -23,4 +23,4 @@ polars[timezone]
23
pyarrow
24
anywidget
25
plotly-geo
26
-vaex;python_version<="3.9"
+vaex;python_version<="3.9"
0 commit comments