Exclude aarch64 from catboost requirements

This commit is contained in:
Matthias
2022-08-01 07:32:25 +00:00
parent 3013282dbf
commit 895ebbfd18
3 changed files with 5 additions and 2 deletions

View File

@@ -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