Skip to content

Commit

Permalink
Fix: fixing array version to 2022.3.0 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdiasn authored Sep 7, 2022
1 parent 561acc7 commit 04188e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ classifiers=[
]
dependencies = [
"xrft>=0.3.0",
"xarray>=0.19.0",
"xarray==2022.3.0",
"pandas>=1.3.3",
"numpy>=1.20.3",
"netCDF4 >= 1.5",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
xrft>=0.3.0
xarray>=0.19.0
xarray==2022.3.0
pandas>=1.3.3
numpy>=1.20.3
matplotlib>=3.4.3

0 comments on commit 04188e0

Please sign in to comment.