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 9b6e764 commit 6f95fdb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ dependencies = [
"matplotlib>=3.8.0",
"numba>=0.59.0",
"numpy<1.27,>=1.22",
"pandas==1.5.0",
"pandas<2.2.0,>=1.5.0",
"pycdfpp==0.6.0",
"python-dateutil==2.8.2",
"python-dateutil<=2.9.0>=2.8.2",
"requests<2.32.0,>=2.26.0",
"scipy<=1.12.0,>=1.7.3",
"tqdm<4.66.0,>=4.62.3",
"xarray==2023.9.0",
"xarray<2024.2.0,>=2023.9.0",
]
requires-python = ">=3.9,<=3.12"

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ keyring>=24.2.0
matplotlib>=3.8.0
numba>=0.59.0
numpy<1.27>=1.22
pandas==1.5.0
pandas<2.2.0,>=1.5.0
pycdfpp==0.6.0
python-dateutil==2.8.2
python-dateutil<=2.9.0>=2.8.2
requests<2.32.0,>=2.26.0
scipy<=1.12.0,>=1.7.3
tqdm<4.66.0,>=4.62.3
xarray==2023.9.0
xarray<2024.2.0,>=2023.9.0

0 comments on commit 6f95fdb

Please sign in to comment.