Skip to content

Commit

Permalink
Fix mapbox-vector-tile tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Nov 3, 2023
1 parent f466ef9 commit dca4793
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ numpy; python_version<"3.10"
pandas; python_version<"3.10"

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

# Docs
# Override Read the Docs default (sphinx<2 and sphinx-rtd-theme<0.5)
sphinx>2
sphinx-rtd-theme>0.5
sphinx-autodoc-typehints
sphinx-autodoc-typehints

0 comments on commit dca4793

Please sign in to comment.