Skip to content

Commit

Permalink
Allow Pandas 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jan 22, 2024
1 parent 4f68f61 commit 0beec89
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 @@ license = { file = "LICENSE.md" }
requires-python = ">= 3.7"
dynamic = ['version', 'description']
dependencies = [
"pandas >=1.0, ==1.*",
"pandas >=1.0",
"numpy >= 1.17",
"scipy >= 1.2",
"numba >= 0.51, < 0.57",
Expand Down

0 comments on commit 0beec89

Please sign in to comment.