Skip to content

Commit

Permalink
[522] set operator of the Python version for poetry to be <3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
james.adams committed Jun 29, 2023
1 parent 25d967d commit 2ddf03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ packages = [{include = 'climate_indices', from = 'src'}]
[tool.poetry.dependencies]
dask = '2022.2.0'
numba = '0.57.0'
python = '>=3.8,^3.11'
python = '>=3.8,<3.12'
scipy = '1.9.3'
xarray = '2023.1.0'

Expand Down

0 comments on commit 2ddf03d

Please sign in to comment.