mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Remove old version pin for catboost
This commit is contained in:
parent
64fcb1ed11
commit
4f834c8964
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user