1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-09 22:56:01 +02:00

Add pyarrow extra to Python Pandas deps

This commit is contained in:
2023-04-05 11:40:22 +03:00
parent c64b7eb1f1
commit 6fd1e1377f
4 changed files with 4 additions and 2 deletions

View File

@ -11,6 +11,7 @@ idna==3.4 ; python_version >= "3.9" and python_version < "4"
langid==1.1.6 ; python_version >= "3.9" and python_version < "4.0"
numpy==1.24.2 ; python_version >= "3.9" and python_version < "4.0"
pandas==2.0.0 ; python_version >= "3.9" and python_version < "4.0"
pandas[pyarrow]==2.0.0 ; python_version >= "3.9" and python_version < "4.0"
pycountry @ git+https://github.com/alanorth/pycountry@iso-codes-4.13.0 ; python_version >= "3.9" and python_version < "4.0"
python-dateutil==2.8.2 ; python_version >= "3.9" and python_version < "4.0"
python-stdnum==1.18 ; python_version >= "3.9" and python_version < "4.0"