Skip to content

Commit

Permalink
version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
cyianor committed Apr 30, 2024
1 parent 28ad1d9 commit b8f63be
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 @@ -12,13 +12,13 @@ repository = "https://github.com/cyianor/solrcmf"

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
numpy = "^1.23.0,<2"
numpy = "^1.23"
joblib = "^1.3.2"
scikit-learn = "^1.1.0"
typing-extensions = { version = "^4.9.0", python = "<3.11" }

[build-system]
requires = ["poetry-core>= 1.9.0"]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.ruff]
Expand Down

0 comments on commit b8f63be

Please sign in to comment.