Skip to content

Commit 49effea

Browse files
committed
try to fix lightning build on CI
1 parent 6b7f8f7 commit 49effea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ deps=
5555
Pillow
5656
commands=
5757
; to install lightning numpy and Cython must be installed first
58-
pip install Cython
58+
pip install Cython 'setuptools < 60.0'
5959
pip install joblib "sklearn-contrib-lightning >= 0.4" --no-binary sklearn-contrib-lightning
6060
pip install -e .
6161
; run tests for extra dependencies

0 commit comments

Comments
 (0)