Skip to content

Commit

Permalink
remove numpy version requirement, add xarray
Browse files Browse the repository at this point in the history
  • Loading branch information
lnazzaro committed Aug 5, 2024
1 parent 8bf9ac3 commit f30dcf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cartopy
matplotlib
cmocean
oceans
numpy<2.0
numpy
xarray
jupyterlab
nb_conda_kernels
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"matplotlib",
"cmocean",
"oceans",
"numpy<2.0",
"numpy",
"xarray",
"erddapy"
]

Expand Down

0 comments on commit f30dcf8

Please sign in to comment.