Skip to content

Commit 781095b

Browse files
committed
Update required scipy version for tukey
1 parent da72e59 commit 781095b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ci/recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ requirements:
4646
- pyremap >=1.2.0,<2.0.0
4747
- python-dateutil
4848
- requests
49-
- scipy
49+
- scipy >=1.7.0
5050
- setuptools
5151
- shapely >=2.0,<3.0
5252
- xarray >=0.14.1

dev-spec.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pyproj
2929
pyremap>=1.2.0,<2.0.0
3030
python-dateutil
3131
requests
32-
scipy
32+
scipy >=1.7.0
3333
setuptools
3434
shapely>=2.0,<3.0
3535
xarray>=0.14.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'pyproj',
3232
'python-dateutil',
3333
'requests',
34-
'scipy',
34+
'scipy>=1.7.0',
3535
'setuptools',
3636
'shapely>=2.0,<3.0',
3737
'six',

0 commit comments

Comments
 (0)