Skip to content

Commit

Permalink
MNT: Bump minimum numpy to 1.22
Browse files Browse the repository at this point in the history
Needed for a minimum build on Python 3.10.
  • Loading branch information
dopplershift committed Oct 31, 2024
1 parent 3b15d0c commit c51899b
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 @@ -25,7 +25,7 @@ classifiers = [
requires-python = ">=3.10"
dependencies = [
"beautifulsoup4>=4.6",
"numpy>=1.16",
"numpy>=1.22.0",
"pandas>=0.25.0",
"protobuf>=3.7.0",
"requests>=2.21.0"
Expand Down

0 comments on commit c51899b

Please sign in to comment.