-
- Downloads
Remove ONNX installation from requirements.txt
ONNX is not required by the use-cases currently supported.
... | @@ -11,7 +11,6 @@ pandas==0.22.0 | ... | @@ -11,7 +11,6 @@ pandas==0.22.0 |
jupyter==1.0.0 | jupyter==1.0.0 | ||
matplotlib==2.2.2 | matplotlib==2.2.2 | ||
qgrid==1.0.2 | qgrid==1.0.2 | ||
onnx==1.1.1 | |||
graphviz==0.8.2 | graphviz==0.8.2 | ||
ipywidgets==7.1.2 | ipywidgets==7.1.2 | ||
bqplot==0.10.5 | bqplot==0.10.5 | ||
... | ... |
Please register or sign in to comment