Skip to content

Commit

Permalink
Removing lgbm pin (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksaur authored Jan 4, 2024
1 parent 1904db7 commit 1ae1152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
]
onnx_requires = [
"onnxruntime>=1.0.0",
"onnxmltools>=1.6.0,<=1.11.0",
"onnxmltools>=1.6.0",
"skl2onnx>=1.7.0",
]
extra_requires = [
# The need each for these depends on which libraries you plan to convert from
"xgboost>=0.90,<2.0.0",
"lightgbm>=2.2,<=3.3.5",
"lightgbm>=2.2",
"holidays==0.24",
"prophet==1.1",
]
Expand Down

0 comments on commit 1ae1152

Please sign in to comment.