Merge pull request #8791 from freqtrade/ci/catboost

Remove old version pin for catboost
This commit is contained in:
Matthias
2023-06-16 18:20:34 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -136,6 +136,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
check-latest: true
- name: Cache_dependencies
uses: actions/cache@v3

View File

@@ -5,8 +5,7 @@
# Required for freqai
scikit-learn==1.1.3
joblib==1.2.0
catboost==1.1.1; sys_platform == 'darwin' and python_version < '3.9'
catboost==1.2; 'arm' not in platform_machine and (sys_platform != 'darwin' or python_version >= '3.9')
catboost==1.2; 'arm' not in platform_machine
lightgbm==3.3.5
xgboost==1.7.5
tensorboard==2.13.0