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 2e2ef66 commit 84c073cCopy full SHA for 84c073c
setup.py
@@ -22,7 +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
+ "urllib3<2.3.0", # httpretty doesn't work properly with urllib3>=2.3.0. See #700 and https://github.com/gabrielfalcao/HTTPretty/issues/484
26
"netCDF4>=1.7.0",
27
"matplotlib", # TODO: eliminate matplotlib as test dependency
28
"geopandas",
0 commit comments