Skip to content

Commit

Permalink
Change to use ^ to specify a compatible range
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 28, 2024
1 parent ed58558 commit f685099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "README.md"
python = ">=3.9, <3.12"
pandas = {version = "^2.1", extras = ["performance"]}
numpy = "^1.24.0"
scikit-learn = ">1.3.0"
scikit-learn = "^1.3.0"
scipy = "^1.11.0"
matplotlib = "^3.8.3"
datasets = "^2.15.0"
Expand Down

0 comments on commit f685099

Please sign in to comment.