Skip to content

Commit

Permalink
pin model dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ftrifoglio committed Oct 28, 2024
1 parent 3446370 commit 6fe1d02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions model-package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
numpy = "^1.24.3"
pandas = "^2.0.1"
scikit-learn = "^1.2.2"
numpy = "1.24.3"
pandas = "2.0.1"
scikit-learn = "1.2.2"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 6fe1d02

Please sign in to comment.