Skip to content

Commit

Permalink
Update scipy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Dec 10, 2024
1 parent 9f021d0 commit 13b604d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-env/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ dependencies:
- netcdf4
- output_viewer >=1.3.0
- numpy >=2.0.0,<3.0.0
- scipy
- shapely >=2.0.0,<3.0.0
- xarray >=2024.3.0
- xcdat >=0.7.3,<1.0.0
- xesmf >=0.8.7
- xskillscore >=0.0.20
# Testing
# ==================
- scipy
- pytest
- pytest-cov
# Documentation
Expand Down
2 changes: 1 addition & 1 deletion conda-env/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ dependencies:
- netcdf4
- output_viewer >=1.3.0
- numpy >=2.0.0,<3.0.0
- scipy
- shapely >=2.0.0,<3.0.0
- xarray >=2024.3.0
- xcdat >=0.7.3,<1.0.0
- xesmf >=0.8.7
- xskillscore >=0.0.20
# Testing
# =======================
- scipy
- pytest
- pytest-cov
# Documentation
Expand Down

0 comments on commit 13b604d

Please sign in to comment.