Skip to content

Commit

Permalink
now using skl>=1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ksaur committed May 30, 2024
2 parents 45f1fc1 + f5f646f commit 26cef1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
os: [ubuntu-22.04, macos-12, windows-2022]
python-version: ['3.8', '3.9', '3.10', '3.11']
env:
TVM_VERSION_TAG: v0.15.0
TVM_VERSION_TAG: v0.16.0
PYTORCH_VERSION: 2.2.0
LLVM_VERSION: 14

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"protobuf>=3.20.2",
]
onnx_requires = [
"onnxruntime>=1.0.0",
"onnxruntime>=1.0.0,<1.18.0",
"onnxmltools>=1.6.0",
"skl2onnx>=1.7.0",
]
Expand Down

0 comments on commit 26cef1c

Please sign in to comment.