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 7064cf3 commit 2e2ef66Copy full SHA for 2e2ef66
setup.py
@@ -22,6 +22,7 @@
22
"mock",
23
"requests-mock>=1.8.0",
24
"httpretty>=1.1.4",
25
+ "urllib3<2.3.0", # httpretty doesn't work properly with urllib3>2.3.0. See https://github.com/Open-EO/openeo-python-client/issues/700
26
"netCDF4>=1.7.0",
27
"matplotlib", # TODO: eliminate matplotlib as test dependency
28
"geopandas",
0 commit comments