Skip to content

Commit

Permalink
add netcdf and remove scipy altogether
Browse files Browse the repository at this point in the history
  • Loading branch information
dcamron committed Nov 1, 2024
1 parent 0df8081 commit 11e8c82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ci/doc_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ cartopy==0.21
matplotlib==3.5.3
metpy==1.2.0
pint==0.19
scipy==1.11
sphinx==5.2.3
sphinx_rtd_theme==1.0.0
sphinx-gallery==0.11.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ doc = [
examples = [
"matplotlib>=1.3",
"cartopy>=0.20",
"scipy"
"netCDF4",
]
test = [
"pytest>=7.0",
Expand Down

0 comments on commit 11e8c82

Please sign in to comment.