Skip to content

Commit 8294818

Browse files
committed
pinning pyarrow
1 parent c91f987 commit 8294818

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ click < 9
22
geopandas >= 0.13, < 0.15
33
osmium < 3.7
44
pandas >= 1.5, < 3
5-
pyarrow >= 15.0.2
5+
pyarrow >= 15.0.2, < 16
66
pyproj >= 3.1.0, < 4
77
Rtree >= 1, < 2
88
shapely >= 1, < 3

requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mkdocs-material >= 9.4, < 10
55
mkdocs-click < 0.7
66
mkdocstrings-python < 2
77
pre-commit < 4
8-
pyarrow >= 15.0.2
8+
pyarrow >= 15.0.2, < 16
99
pytest >= 8, < 9
1010
pytest-cov < 5
1111
pytest-mock < 4

0 commit comments

Comments
 (0)