Skip to content

Commit

Permalink
MNT: Bump minimum pandas to 1.3.4
Browse files Browse the repository at this point in the history
Needed for Python 3.10 build
  • Loading branch information
dopplershift committed Oct 31, 2024
1 parent c52d7cc commit ef64133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requires-python = ">=3.10"
dependencies = [
"beautifulsoup4>=4.6",
"numpy>=1.22.0",
"pandas>=0.25.0",
"pandas>=1.3.4",
"protobuf>=3.7.0",
"requests>=2.21.0"
]
Expand Down

0 comments on commit ef64133

Please sign in to comment.