Skip to content

Commit dca4793

Browse files
committed
Fix mapbox-vector-tile tests
1 parent f466ef9 commit dca4793

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

dev-requirements.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ numpy; python_version<"3.10"
2020
pandas; python_version<"3.10"
2121

2222
# Testing the 'search_mvt' API response
23-
mapbox-vector-tile; python_version<"3.10"
23+
mapbox-vector-tile
24+
# Python 3.7 gets an old version of mapbox-vector-tile, requiring an
25+
# old version of protobuf
26+
protobuf<4; python_version<="3.7"
2427

2528
# Docs
2629
# Override Read the Docs default (sphinx<2 and sphinx-rtd-theme<0.5)
2730
sphinx>2
2831
sphinx-rtd-theme>0.5
29-
sphinx-autodoc-typehints
32+
sphinx-autodoc-typehints

0 commit comments

Comments
 (0)