Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for Python 3.8 #497

Merged
merged 10 commits into from
Jun 14, 2024
Prev Previous commit
Next Next commit
Bump minimum required pandas version
  • Loading branch information
santisoler committed Jun 12, 2024
commit fc314dd4afc9f643778b61d217a32f1880d94174
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [
requires-python = ">=3.9"
dependencies = [
"numpy >= 1.21",
"pandas >= 1.1",
"pandas >= 1.4",
"scipy >= 1.9",
"scikit-learn >= 0.24",
"numba >= 0.53",
Expand Down