We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf742c commit 80f01f8Copy full SHA for 80f01f8
dev-requirements.txt
@@ -10,6 +10,9 @@ python-dateutil
10
11
# Testing the 'search_mvt' API response
12
mapbox-vector-tile; python_version!="3.4.*"
13
+# For mapbox-vector-tile, package broke Python 2 support without an annotation.
14
+# See: protocolbuffers/protobuf#8984
15
+protobuf<3.18; python_version!="3.4.*"
16
17
# No wheels for Python 3.10 yet!
18
numpy; python_version<"3.10"
0 commit comments