Add pyarrow dependency

This commit is contained in:
Matthias
2022-09-23 19:36:23 +02:00
parent 4576d291a9
commit 7c093388e7
3 changed files with 5 additions and 2 deletions

View File

@@ -8,13 +8,11 @@ hyperopt = [
'scikit-learn',
'scikit-optimize>=0.7.0',
'filelock',
'joblib',
'progressbar2',
]
freqai = [
'scikit-learn',
'joblib',
'catboost; platform_machine != "aarch64"',
'lightgbm',
]
@@ -74,6 +72,8 @@ setup(
'pandas',
'tables',
'blosc',
'joblib',
'pyarrow'
'fastapi',
'uvicorn',
'psutil',