Skip to content

Commit

Permalink
Fix pandas ver (#1797)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx authored Sep 14, 2024
1 parent 223b0cf commit bdb98f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 4 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ pytest = ">=7.1.2,<9.0.0"
opencv-python-headless = "^4.5.4.58"
# It is necessary to specify numpy and pandas versions for Poetry to resolve the package versions correctly and avoid errors.
numpy = "^1.21.0"
pandas = [
{version = "1.1.5", python = ">=3.7,<3.8"},
{version = "^1.4.0", python = ">=3.8,<3.11"},
]
pandas = "^1.4.0"
streamlit = "^1.13.0"
twilio = ">=8.1,<10.0"

Expand Down

0 comments on commit bdb98f8

Please sign in to comment.