Skip to content

Commit

Permalink
fix version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
statmlben committed Feb 6, 2024
1 parent 6140aed commit 80bcaa3
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 @@ -24,8 +24,8 @@ pybind11 = "^2.11.1"
numpy = "^1.23.5"
scipy = "^1.11.4"
scikit-learn = "^1.2.2"
setuptools = "^59.6.0"
setuptools = "^69.0.3"

[build-system]
requires = ["poetry-core>=1.0.0", "requests ~= 2.27.0", "pybind11 ~= 2.11.1", "setuptools ~= 59.6.0"]
requires = ["poetry-core>=1.0.0", "requests ~= 2.27.0", "pybind11 ~= 2.11.1", "setuptools ~= 69.0.3"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 80bcaa3

Please sign in to comment.