Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Remove "sklearn-gbmi" requirement
  • Loading branch information
arnedb authored Aug 30, 2024
1 parent 29b8e47 commit e04d5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"scipy>=1.2.1",
"statsmodels>=0.12.0",
"six>=1.12.0",
"sklearn-gbmi>=1.0.3",
# "sklearn-gbmi>=1.0.3",
],
extras_require={"test": ["pytest"]},
ext_modules=cythonize(
Expand Down

0 comments on commit e04d5d9

Please sign in to comment.