Improve version constraints

This commit is contained in:
Matthias
2023-05-13 16:43:45 +02:00
parent 106db716f8
commit 838fbb76ab

View File

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