Skip to content

Commit 301e21b

Browse files
committed
Update scipy dependency
1 parent 9f021d0 commit 301e21b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda-env/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ dependencies:
2323
- netcdf4
2424
- output_viewer >=1.3.0
2525
- numpy >=2.0.0,<3.0.0
26+
- scipy
2627
- shapely >=2.0.0,<3.0.0
2728
- xarray >=2024.3.0
2829
- xcdat >=0.7.3,<1.0.0
2930
- xesmf >=0.8.7
3031
- xskillscore >=0.0.20
3132
# Testing
3233
# ==================
33-
- scipy
3434
- pytest
3535
- pytest-cov
3636
# Documentation

conda-env/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ dependencies:
2121
- netcdf4
2222
- output_viewer >=1.3.0
2323
- numpy >=2.0.0,<3.0.0
24+
- scipy
2425
- shapely >=2.0.0,<3.0.0
2526
- xarray >=2024.3.0
2627
- xcdat >=0.7.3,<1.0.0
2728
- xesmf >=0.8.7
2829
- xskillscore >=0.0.20
2930
# Testing
3031
# =======================
31-
- scipy
3232
- pytest
3333
- pytest-cov
3434
# Documentation

0 commit comments

Comments
 (0)