Skip to content

Commit

Permalink
Bump minimum numpy version (#8346)
Browse files Browse the repository at this point in the history
I believe this was missed in v2023.08.0 (Aug 18, 2023).
  • Loading branch information
jhamman authored Oct 19, 2023
1 parent 1e8f618 commit e723aeb
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 @@ -22,7 +22,7 @@ readme = "README.md"
requires-python = ">=3.9"

dependencies = [
"numpy>=1.21",
"numpy>=1.22",
"packaging>=21.3",
"pandas>=1.4",
]
Expand Down

0 comments on commit e723aeb

Please sign in to comment.