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 b261a1c commit 75fd8cdCopy full SHA for 75fd8cd
setup.cfg
@@ -34,16 +34,16 @@ project_urls =
34
[options]
35
packages = find:
36
install_requires =
37
- async-retriever>=0.3.1
+ async-retriever>=0.3.2
38
click
39
cytoolz
40
numpy>=1.17
41
- pygeoogc>=0.12.2
42
- pygeoutils>=0.12.2
+ pygeoogc>=0.13.0
+ pygeoutils>=0.13.0
43
rasterio>=1.2
44
rioxarray>=0.8
45
scipy
46
- shapely>=1.6
+ shapely>=1.7
47
xarray>=0.18
48
importlib-metadata;python_version < '3.8'
49
python_requires = >=3.7
0 commit comments