Skip to content

Commit

Permalink
Upgrade to scipy ~1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed Aug 21, 2024
1 parent ba2a408 commit 3f79248
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 @@ -28,7 +28,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
python = ">=3.10,<3.13"

connexion = { version = "~3.1.0", extras = ["flask", "uvicorn", "swagger-ui"] }
click = "8.1.*"
Expand All @@ -37,7 +37,7 @@ joblib = "1.4.*"
nltk = "~3.9.1"
gensim = "4.3.*"
scikit-learn = "~1.5.1"
scipy = "1.12.*"
scipy = "~1.13.1"
rdflib = "7.0.*"
requests = "~2.32.3"
gunicorn = "~23.0.0"
Expand Down

0 comments on commit 3f79248

Please sign in to comment.