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:
@ -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"
|
||||
|
Reference in New Issue
Block a user