Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security vuln update from Dependabot alerts #635

Merged
merged 12 commits into from
Jan 13, 2023
1 change: 1 addition & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
python -m pip install .[extra,onnx,sparkml]
pip install git+https://github.com/onnx/sklearn-onnx.git
python -m pip install pandas
pip install onnx==1.12.0
- name: Install TVM from pypi if Ubuntu
if: ${{ startsWith(matrix.os, 'ubuntu') }}
run: python -m pip install apache-tvm==0.10.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"torch>1.7.0",
"psutil",
"dill",
"protobuf>=3.20.0,<=3.20.1",
"protobuf>=3.20.2",
]
onnx_requires = [
"onnxruntime>=1.0.0",
Expand Down