Skip to content

Commit

Permalink
pinning pyarrow
Browse files Browse the repository at this point in the history
  • Loading branch information
val-ismaili committed Mar 20, 2024
1 parent c91f987 commit 8294818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ click < 9
geopandas >= 0.13, < 0.15
osmium < 3.7
pandas >= 1.5, < 3
pyarrow >= 15.0.2
pyarrow >= 15.0.2, < 16
pyproj >= 3.1.0, < 4
Rtree >= 1, < 2
shapely >= 1, < 3
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mkdocs-material >= 9.4, < 10
mkdocs-click < 0.7
mkdocstrings-python < 2
pre-commit < 4
pyarrow >= 15.0.2
pyarrow >= 15.0.2, < 16
pytest >= 8, < 9
pytest-cov < 5
pytest-mock < 4
Expand Down

0 comments on commit 8294818

Please sign in to comment.