Skip to content

Commit

Permalink
enable compatiblity to Python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-richard committed Mar 9, 2024
1 parent f077e38 commit 9b6e764
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 @@ -47,7 +47,7 @@ dependencies = [
"pycdfpp==0.6.0",
"python-dateutil==2.8.2",
"requests<2.32.0,>=2.26.0",
"scipy<1.11.0,>=1.7.3",
"scipy<=1.12.0,>=1.7.3",
"tqdm<4.66.0,>=4.62.3",
"xarray==2023.9.0",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ pandas==1.5.0
pycdfpp==0.6.0
python-dateutil==2.8.2
requests<2.32.0,>=2.26.0
scipy<1.11.0,>=1.7.3
scipy<=1.12.0,>=1.7.3
tqdm<4.66.0,>=4.62.3
xarray==2023.9.0

0 comments on commit 9b6e764

Please sign in to comment.