File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
with open ("openeo/_version.py" ) as fp :
14
14
exec (fp .read (), _version )
15
15
16
-
17
16
with open ("README.md" , "r" ) as fh :
18
17
long_description = fh .read ()
19
18
22
21
"mock" ,
23
22
"requests-mock>=1.8.0" ,
24
23
"httpretty>=1.1.4" ,
25
- "urllib3<2.3.0" , # 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" ,
25
+ # httpretty doesn't work properly with urllib3>=2.3.0. See #700 and https://github.com/gabrielfalcao/HTTPretty/issues/484
26
26
"netCDF4>=1.7.0" ,
27
27
"matplotlib" , # TODO: eliminate matplotlib as test dependency
28
28
# TODO #717 Simplify geopandas constraints when Python 3.8 support is dropped
35
35
"pyarrow>=10.0.1" , # For Parquet read/write support in pandas
36
36
"python-dateutil>=2.7.0" ,
37
37
"pystac-client>=0.7.5" ,
38
+ "scipy" , # for Convex Hull algorithm
38
39
]
39
40
40
41
docs_require = [
56
57
"ipython" ,
57
58
]
58
59
59
-
60
60
name = "openeo"
61
61
setup (
62
62
name = name ,
You can’t perform that action at this time.
0 commit comments