Skip to content

Commit

Permalink
update requsts version
Browse files Browse the repository at this point in the history
  • Loading branch information
statmlben committed Feb 6, 2024
1 parent dfda23f commit 4e3aabe
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 @@ -19,12 +19,12 @@ generate-setup-file = false

[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.18.0"
requests = "^2.31.0"
pybind11 = "^2.11.1"
numpy = "^1.23.5"
scipy = "^1.11.4"
scikit-learn = "^1.2.2"

[build-system]
requires = ["poetry-core>=1.0.0", "requests ~= 2.31.0", "pybind11 ~= 2.11.1", "setuptools ~= 59.0"]
requires = ["poetry-core>=1.0.0", "requests ~= 2.18.0", "pybind11 ~= 2.11.1", "setuptools ~= 59.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 4e3aabe

Please sign in to comment.