Skip to content

Commit 4d5736d

Browse files
cleanup requirements file
1 parent 422488b commit 4d5736d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

ci/requirements-wheel-test.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# pytest 8.0 gives permission error (https://github.com/pytest-dev/pytest/issues/11904)
2-
pytest<8
1+
pytest
32
# dependencies of geopandas (installed separately with --no-deps to avoid fiona)
43
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')
4+
pyproj
5+
shapely>=2
76
packaging
87
# optional test dependencies
9-
pyarrow ; (python_version < '3.12') or (python_full_version >= '3.12.1')
8+
pyarrow

0 commit comments

Comments
 (0)