Skip to content

Commit

Permalink
Add PyArrow dependency
Browse files Browse the repository at this point in the history
Suppresses DeprecationWarning when importing pandas. Chose lower bound of 11.0.0 to support Python 3.7 as mentioned in the tox.ini file.
  • Loading branch information
jaraco committed Feb 19, 2024
1 parent f6a4553 commit 2230901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions optional-requirements.txt
@@ -1,2 +1,3 @@
numpy>=1.10.2,<=2.0.0
pandas>=0.17.1,<=3.0.0
PyArrow>=11.0.0,<16.0.0

0 comments on commit 2230901

Please sign in to comment.