1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-07-23 06:21:45 +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

@ -42,6 +42,7 @@ olefile==0.46 ; python_version >= "3.9" and python_version < "4.0"
openpyxl==3.1.2 ; python_version >= "3.9" and python_version < "4.0"
packaging==23.0 ; 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"
parsedatetime==2.6 ; python_version >= "3.9" and python_version < "4.0"
parso==0.8.3 ; python_version >= "3.9" and python_version < "4.0"
pathspec==0.11.1 ; python_version >= "3.9" and python_version < "4.0"