Skip to content

Commit

Permalink
Merge pull request #1025 from qiboteam/remove_onnx
Browse files Browse the repository at this point in the history
Remove onnx dep
  • Loading branch information
Edoardo-Pedicillo authored Oct 29, 2024
2 parents cace06e + d433967 commit 74d2625
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 584 deletions.
197 changes: 2 additions & 195 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,10 @@ jinja2 = "^3.1.2"
plotly = "^5.22.0"
dash = "^2.6.0"
skops = "^0.10.0"
scikit-learn = "^1.2.1"
matplotlib = { version = "^3.7.0", optional = true }
seaborn = { version = "^0.12.2", optional = true }
pydot = { version = "^1.4.2", optional = true }
skl2onnx = { version = "^1.14.0", optional = true }
pyyaml = "^6.0"
onnxruntime = { version = "^1.14.1", optional = true }
# TODO: drop this when https://github.com/onnx/onnx/issues/6267 is solved
onnx = { version = "<1.16.2", optional = true }

[tool.poetry.group.test]
optional = true
Expand Down Expand Up @@ -69,7 +64,7 @@ devtools = "^0.10.0"

[tool.poetry.extras]

classify = ["matplotlib", "seaborn", "skl2onnx", "onnxruntime"]
classify = ["matplotlib", "seaborn", "skl2onnx"]
viz = ["pydot"]

[build-system]
Expand Down
42 changes: 0 additions & 42 deletions src/qibocal/fitting/classifier/ada_boost.py

This file was deleted.

40 changes: 0 additions & 40 deletions src/qibocal/fitting/classifier/decision_tree.py

This file was deleted.

34 changes: 0 additions & 34 deletions src/qibocal/fitting/classifier/gaussian_process.py

This file was deleted.

Loading

0 comments on commit 74d2625

Please sign in to comment.