Skip to content

Commit 37ec95d

Browse files
committed
Allow pandas >= 2
1 parent 4d4233f commit 37ec95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT"
1313
python = "^3.7"
1414
numpy = "^1.10.1"
1515
scipy = "^1.0.0"
16-
pandas = "^1.0.0"
16+
pandas = ">=1.3.0"
1717
SoundFile = ">=0.10.0, <0.12.0"
1818
matplotlib = "^3.2.2"
1919
requests = "^2.8.1"

0 commit comments

Comments
 (0)