Skip to content

Commit

Permalink
[test] fix minimum pandas version to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anjakefala committed Sep 5, 2024
1 parent 772d871 commit 87c6dc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
"msgpack",
"odfpy",
"openpyxl",
"pandas>=1.5.3; python_version >= '3.11'",
"pandas>=1.0.5; python_version < '3.11'",
"pandas>=1.5.3",
"pyarrow",
"pyconll",
"pypng",
Expand Down

0 comments on commit 87c6dc5

Please sign in to comment.