Skip to content

Commit

Permalink
adds upper limit for python version
Browse files Browse the repository at this point in the history
  • Loading branch information
derNarr committed Apr 25, 2024
1 parent ef3d73e commit ace9fad
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 @@ -28,7 +28,7 @@ classifiers = ['Development Status :: 5 - Production/Stable',
'Topic :: Scientific/Engineering :: Information Analysis',]

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

0 comments on commit ace9fad

Please sign in to comment.