Skip to content

Commit

Permalink
Change scikit-learn dependency: ^1.4.0 -> > 1.3.0 (#676)
Browse files Browse the repository at this point in the history
* Change scikit-learn dependency: ^1.4.0 -> > 1.3.0

* Fix poetry lock file

* Change to use ^ to specify a compatible range

---------

Co-authored-by: Ethan Kim <ethan.kim@camh.ca>
Co-authored-by: GitHub Actions <actions@github.com>
Co-authored-by: Amrit Krishnan <amrit110@gmail.com>
  • Loading branch information
4 people authored Sep 4, 2024
1 parent 04f21cf commit 7432f6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.4.0"
scikit-learn = "^1.3.0"
scipy = "^1.11.0"
matplotlib = "^3.8.3"
datasets = "^2.15.0"
Expand Down

0 comments on commit 7432f6d

Please sign in to comment.