Skip to content

Commit ce58771

Browse files
committed
Issue #761 better diff for apex reference check (deps fix)
1 parent 3e8860f commit ce58771

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
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
@@ -35,7 +34,6 @@
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

4139
docs_require = [
@@ -84,6 +82,7 @@
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,

0 commit comments

Comments
 (0)