Skip to content

Commit

Permalink
Merge pull request #447 from cbrnr/pandas
Browse files Browse the repository at this point in the history
Allow pandas >= 2
  • Loading branch information
tompollard authored Apr 14, 2023
2 parents 4d4233f + 37ec95d commit 3c9796c
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 @@ -13,7 +13,7 @@ license = "MIT"
python = "^3.7"
numpy = "^1.10.1"
scipy = "^1.0.0"
pandas = "^1.0.0"
pandas = ">=1.3.0"
SoundFile = ">=0.10.0, <0.12.0"
matplotlib = "^3.2.2"
requests = "^2.8.1"
Expand Down

0 comments on commit 3c9796c

Please sign in to comment.