File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2121 "mock" ,
2222 "requests-mock>=1.8.0" ,
2323 "httpretty>=1.1.4" ,
24- "urllib3<2.3.0" ,
25- # httpretty doesn't work properly with urllib3>=2.3.0. See #700 and https://github.com/gabrielfalcao/HTTPretty/issues/484
24+ "urllib3<2.3.0" , # httpretty doesn't work properly with urllib3>=2.3.0. See #700 and https://github.com/gabrielfalcao/HTTPretty/issues/484
2625 "netCDF4>=1.7.0" ,
2726 "matplotlib" , # TODO: eliminate matplotlib as test dependency
2827 # TODO #717 Simplify geopandas constraints when Python 3.8 support is dropped
3534 "pyarrow>=10.0.1" , # For Parquet read/write support in pandas
3635 "python-dateutil>=2.7.0" ,
3736 "pystac-client>=0.7.5" ,
38- "scipy" , # for Convex Hull algorithm
3937]
4038
4139docs_require = [
8482 "deprecated>=1.2.12" ,
8583 'oschmod>=0.3.12; sys_platform == "win32"' ,
8684 "importlib_resources; python_version<'3.9'" ,
85+ "scipy" , # for Convex Hull algorithm
8786 ],
8887 extras_require = {
8988 "tests" : tests_require ,
You can’t perform that action at this time.
0 commit comments