We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7f8f7 commit 49effeaCopy full SHA for 49effea
tox.ini
@@ -55,7 +55,7 @@ deps=
55
Pillow
56
commands=
57
; to install lightning numpy and Cython must be installed first
58
- pip install Cython
+ pip install Cython 'setuptools < 60.0'
59
pip install joblib "sklearn-contrib-lightning >= 0.4" --no-binary sklearn-contrib-lightning
60
pip install -e .
61
; run tests for extra dependencies
0 commit comments