Exclude aarch64 from catboost requirements
This commit is contained in:
parent
3013282dbf
commit
895ebbfd18
@ -56,6 +56,9 @@ Use `pip` to install the prerequisites with:
|
||||
pip install -r requirements-freqai.txt
|
||||
```
|
||||
|
||||
!!! Note
|
||||
Catboost will not be installed on arm devices (raspberry, Mac M1, ARM based VPS, ...), since Catboost does not provide wheels for this platform.
|
||||
|
||||
## Running from the example files
|
||||
|
||||
An example strategy, an example prediction model, and example config can all be found in
|
||||
|
@ -4,5 +4,5 @@
|
||||
# Required for freqai
|
||||
scikit-learn==1.1.1
|
||||
joblib==1.1.0
|
||||
catboost==1.0.4
|
||||
catboost==1.0.4; platform_machine != 'aarch64'
|
||||
lightgbm==3.3.2
|
||||
|
Loading…
Reference in New Issue
Block a user