Skip to content

Commit 74d2625

Browse files
Merge pull request #1025 from qiboteam/remove_onnx
Remove onnx dep
2 parents cace06e + d433967 commit 74d2625

14 files changed

+15
-584
lines changed

poetry.lock

+2-195
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-6
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,10 @@ jinja2 = "^3.1.2"
2828
plotly = "^5.22.0"
2929
dash = "^2.6.0"
3030
skops = "^0.10.0"
31-
scikit-learn = "^1.2.1"
3231
matplotlib = { version = "^3.7.0", optional = true }
3332
seaborn = { version = "^0.12.2", optional = true }
3433
pydot = { version = "^1.4.2", optional = true }
35-
skl2onnx = { version = "^1.14.0", optional = true }
3634
pyyaml = "^6.0"
37-
onnxruntime = { version = "^1.14.1", optional = true }
38-
# TODO: drop this when https://github.com/onnx/onnx/issues/6267 is solved
39-
onnx = { version = "<1.16.2", optional = true }
4035

4136
[tool.poetry.group.test]
4237
optional = true
@@ -69,7 +64,7 @@ devtools = "^0.10.0"
6964

7065
[tool.poetry.extras]
7166

72-
classify = ["matplotlib", "seaborn", "skl2onnx", "onnxruntime"]
67+
classify = ["matplotlib", "seaborn", "skl2onnx"]
7368
viz = ["pydot"]
7469

7570
[build-system]

src/qibocal/fitting/classifier/ada_boost.py

-42
This file was deleted.

src/qibocal/fitting/classifier/decision_tree.py

-40
This file was deleted.

src/qibocal/fitting/classifier/gaussian_process.py

-34
This file was deleted.

0 commit comments

Comments
 (0)