Skip to content

Commit

Permalink
Bump Pandas and NumPy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Mar 3, 2024
1 parent 224e43c commit 28eac0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ readme = "README.md"
license = { file = "LICENSE.md" }
dynamic = ["version"]
dependencies = [
"pandas >=1.4, <2",
"numpy >= 1.22",
"scipy >= 1.8.0",
"pandas >=1.5, <3",
"numpy >= 1.23",
"scipy >= 1.9.0",
"numba >= 0.56, < 0.59",
"cffi >= 1.15.0",
"threadpoolctl >=3.0",
Expand Down

0 comments on commit 28eac0d

Please sign in to comment.