Skip to content

Commit c3ac761

Browse files
committed
ODSC-54710. Support Python versions up to 3.12
- relax lightgbm
1 parent d6d2b51 commit c3ac761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ dependencies = [
8181
# Copied from extras_require list in setup.py, setup.py got removed in favor of this config file
8282
bds = ["hdfs[kerberos]", "ibis-framework[impala]", "sqlalchemy"]
8383
boosted = [
84-
"lightgbm<4.0.0", # relax when the official releases of skl2onnx (v1.16.0) and onnxmltools (1.11.3), https://github.com/sdpython/mlprodict/issues/488
84+
"lightgbm",
8585
"xgboost",
8686
]
8787
data = [
@@ -97,7 +97,7 @@ geo = ["geopandas", "oracle_ads[viz]"]
9797
huggingface = ["transformers"]
9898
notebook = ["ipython>=7.23.1, <8.0", "ipywidgets~=7.6.3"]
9999
onnx = [
100-
"lightgbm<4.0.0", # relax when the official releases of skl2onnx (v1.16.0) and onnxmltools (1.11.3), https://github.com/sdpython/mlprodict/issues/488
100+
"lightgbm",
101101
"onnx>=1.12.0",
102102
"onnxmltools>=1.10.0",
103103
"onnxruntime>=1.10.0,!=1.16.0", # avoid v1.16 https://github.com/microsoft/onnxruntime/issues/17631, revealed by unit tests

0 commit comments

Comments
 (0)