Skip to content

Commit

Permalink
Min scikit-learn 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cp2boston committed Feb 2, 2024
1 parent f2e3746 commit 75866fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ license = {file = "LICENSE"}
requires-python = ">=3.9,<4"
dependencies = [
"pandas >= 1.4.3",
"scikit-learn >= 0.22",
"scikit-learn >= 1.1.0",
"python-dateutil >= 2.8.1",
"scipy >= 1.10.0",
"importlib-resources >= 5.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ importlib-resources==5.10.0
numpy==1.25.0
pandas==1.4.3
python-dateutil==2.8.1
scikit-learn==0.22
scikit-learn==1.1.0
scipy==1.10.0
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ importlib-resources==5.10.0
numpy==1.25.0
pandas==1.4.3
python-dateutil==2.8.1
scikit-learn==0.22
scikit-learn==1.0
scipy==1.10.0

Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ pandas==2.0.0
pyarrow==14.0.1
pyspark==3.2.2
python-dateutil==2.8.1
scikit-learn==0.22
scikit-learn==1.1.0
scipy==1.10.0

0 comments on commit 75866fe

Please sign in to comment.