Skip to content

Commit

Permalink
Dependencies - downgrade pandas to >=1.5.3 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
claudio-tw authored May 15, 2023
1 parent 64ccbde commit 963a39c
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 @@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "<3.12,>=3.8"
numpy = ">=1.23"
pandas = ">=2.0"
pandas = ">=1.5.3"
scipy = ">=1.10"
scikit-learn = ">=1.2.0"

Expand Down

0 comments on commit 963a39c

Please sign in to comment.