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 da72e59 commit 781095bCopy full SHA for 781095b
3 files changed
ci/recipe/meta.yaml
@@ -46,7 +46,7 @@ requirements:
46
- pyremap >=1.2.0,<2.0.0
47
- python-dateutil
48
- requests
49
- - scipy
+ - scipy >=1.7.0
50
- setuptools
51
- shapely >=2.0,<3.0
52
- xarray >=0.14.1
dev-spec.txt
@@ -29,7 +29,7 @@ pyproj
29
pyremap>=1.2.0,<2.0.0
30
python-dateutil
31
requests
32
-scipy
+scipy >=1.7.0
33
setuptools
34
shapely>=2.0,<3.0
35
xarray>=0.14.1
setup.py
@@ -31,7 +31,7 @@
'pyproj',
'python-dateutil',
'requests',
- 'scipy',
+ 'scipy>=1.7.0',
'setuptools',
36
'shapely>=2.0,<3.0',
37
'six',
0 commit comments