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 422488b commit 4d5736dCopy full SHA for 4d5736d
ci/requirements-wheel-test.txt
@@ -1,9 +1,8 @@
1
-# pytest 8.0 gives permission error (https://github.com/pytest-dev/pytest/issues/11904)
2
-pytest<8
+pytest
3
# dependencies of geopandas (installed separately with --no-deps to avoid fiona)
4
pandas
5
-pyproj ; (python_version < '3.12') or (python_full_version >= '3.12.1')
6
-shapely>=2 ; (python_version < '3.12') or (python_full_version >= '3.12.1')
+pyproj
+shapely>=2
7
packaging
8
# optional test dependencies
9
-pyarrow ; (python_version < '3.12') or (python_full_version >= '3.12.1')
+pyarrow
0 commit comments