PEtab-dev / libpetab-python

Python package for working with PEtab files
https://libpetab-python.readthedocs.io
MIT License
14 stars 6 forks source link

Require pyarrow #244

Closed dweindl closed 8 months ago

dweindl commented 8 months ago

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 https://github.com/pandas-dev/pandas/issues/54466
codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3e94840) 76.34% compared to head (e8dff98) 76.34%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #244 +/- ## ======================================== Coverage 76.34% 76.34% ======================================== Files 34 34 Lines 3205 3205 Branches 779 779 ======================================== Hits 2447 2447 Misses 555 555 Partials 203 203 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.