Skip to content

Commit

Permalink
Update scikit-learn and pandas versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fraimondo committed Oct 17, 2024
1 parent d9afff3 commit a3d56ed
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 @@ -38,9 +38,9 @@ classifiers = [
]
dependencies = [
"numpy>=1.24,<1.27",
"pandas>=1.5.0,<2.2",
"pandas>=1.5.0,<2.3",
"statsmodels>=0.13,<0.15",
"scikit-learn>=1.2.0,<1.5.0",
"scikit-learn>=1.2.0,<1.6.0",
]
dynamic = ["version"]

Expand Down

0 comments on commit a3d56ed

Please sign in to comment.