Skip to content

Commit

Permalink
Require pyarrow (#2272)
Browse files Browse the repository at this point in the history
Avoids
```
.tox\unit\lib\site-packages\pandas\__init__.py:249: in <module>
    warnings.warn(
E   DeprecationWarning:
E   Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),
E   (to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)
E   but was not found to be installed on your system.
E   If this would cause problems for you,
E   please provide us feedback at pandas-dev/pandas#54466
```
  • Loading branch information
dweindl authored Jan 21, 2024
1 parent 239b905 commit 23e0cd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/sdist/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ install_requires =
numpy; python_version>='3.12'
python-libsbml
pandas>=2.0.2
pyarrow
wurlitzer
toposort
setuptools>=48
Expand Down

0 comments on commit 23e0cd3

Please sign in to comment.