Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add pyarrow dependency version 15.0.0 because following reason:
- if not install `pyarrow` it will show below error at `import pandas as pd` Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0), (to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries) but was not found to be installed on your system. If this would cause problems for you, please provide us feedback at pandas-dev/pandas#54466
- Loading branch information