Skip to content

Commit

Permalink
another test of newer version to fix install on python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
derNarr committed Apr 25, 2024
1 parent 25857ed commit 331ce46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
python-version: ['3.8', '3.12']
poetry-version: ["1.7.1"]
poetry-version: ["1.8.2"]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Expand Up @@ -28,9 +28,9 @@ classifiers = ['Development Status :: 5 - Production/Stable',
'Topic :: Scientific/Engineering :: Information Analysis',]

[tool.poetry.dependencies]
python = ">=3.8,<3.13" # Compatible python versions must be declared here
numpy = ">=1.23.1"
scipy = ">=1.9.0"
python = ">=3.9,<3.13" # Compatible python versions must be declared here
numpy = ">=1.24.1"
scipy = ">=1.13.0"
pandas = ">=1.4.3"
xarray = ">=2022.6.0"
netCDF4 = ">=1.6.0"
Expand Down

0 comments on commit 331ce46

Please sign in to comment.