Skip to content

Commit

Permalink
[522] changed version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
james.adams committed Jun 29, 2023
1 parent a3dba04 commit f5e5f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ classifiers = [
'Intended Audience :: Education',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Scientific/Engineering :: Atmospheric Science',
'Topic :: Scientific/Engineering :: Physics'
Expand All @@ -27,7 +27,7 @@ packages = [{include = 'climate_indices', from = 'src'}]
[tool.poetry.dependencies]
dask = '2022.2.0'
numba = '0.56.4'
python = '>=3.8'
python = '>=3.8,<=3.11'
scipy = '1.9.3'
xarray = '2023.1.0'

Expand Down

0 comments on commit f5e5f6f

Please sign in to comment.