Skip to content

Commit

Permalink
cleanup requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Sep 5, 2024
1 parent 422488b commit 4d5736d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ci/requirements-wheel-test.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# pytest 8.0 gives permission error (https://github.com/pytest-dev/pytest/issues/11904)
pytest<8
pytest
# dependencies of geopandas (installed separately with --no-deps to avoid fiona)
pandas
pyproj ; (python_version < '3.12') or (python_full_version >= '3.12.1')
shapely>=2 ; (python_version < '3.12') or (python_full_version >= '3.12.1')
pyproj
shapely>=2
packaging
# optional test dependencies
pyarrow ; (python_version < '3.12') or (python_full_version >= '3.12.1')
pyarrow

0 comments on commit 4d5736d

Please sign in to comment.