Add pyarrow dependency
This commit is contained in:
parent
4576d291a9
commit
7c093388e7
@ -34,6 +34,7 @@ dependencies:
|
|||||||
- schedule
|
- schedule
|
||||||
- python-dateutil
|
- python-dateutil
|
||||||
- joblib
|
- joblib
|
||||||
|
- pyarrow
|
||||||
|
|
||||||
|
|
||||||
# ============================
|
# ============================
|
||||||
|
@ -21,6 +21,7 @@ jinja2==3.1.2
|
|||||||
tables==3.7.0
|
tables==3.7.0
|
||||||
blosc==1.10.6
|
blosc==1.10.6
|
||||||
joblib==1.2.0
|
joblib==1.2.0
|
||||||
|
pyarrow==9.0.0
|
||||||
|
|
||||||
# find first, C search in arrays
|
# find first, C search in arrays
|
||||||
py_find_1st==1.1.5
|
py_find_1st==1.1.5
|
||||||
@ -54,3 +55,4 @@ schedule==1.1.0
|
|||||||
#WS Messages
|
#WS Messages
|
||||||
websockets==10.3
|
websockets==10.3
|
||||||
janus==1.0.0
|
janus==1.0.0
|
||||||
|
|
||||||
|
4
setup.py
4
setup.py
@ -8,13 +8,11 @@ hyperopt = [
|
|||||||
'scikit-learn',
|
'scikit-learn',
|
||||||
'scikit-optimize>=0.7.0',
|
'scikit-optimize>=0.7.0',
|
||||||
'filelock',
|
'filelock',
|
||||||
'joblib',
|
|
||||||
'progressbar2',
|
'progressbar2',
|
||||||
]
|
]
|
||||||
|
|
||||||
freqai = [
|
freqai = [
|
||||||
'scikit-learn',
|
'scikit-learn',
|
||||||
'joblib',
|
|
||||||
'catboost; platform_machine != "aarch64"',
|
'catboost; platform_machine != "aarch64"',
|
||||||
'lightgbm',
|
'lightgbm',
|
||||||
]
|
]
|
||||||
@ -74,6 +72,8 @@ setup(
|
|||||||
'pandas',
|
'pandas',
|
||||||
'tables',
|
'tables',
|
||||||
'blosc',
|
'blosc',
|
||||||
|
'joblib',
|
||||||
|
'pyarrow'
|
||||||
'fastapi',
|
'fastapi',
|
||||||
'uvicorn',
|
'uvicorn',
|
||||||
'psutil',
|
'psutil',
|
||||||
|
Loading…
Reference in New Issue
Block a user