Skip to content

Commit

Permalink
removing dill
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomello committed Mar 18, 2024
1 parent 66252b6 commit 611be96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 129 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ cirq = "^1.1.0"
cvxpy = "^1.3.1"
ply = "^3.11"
scikit-learn = "^1.2.1"
dill = "^0.3.6"
pytest-cov = "^4.0.0"
pylint = "^3.0.3"
matplotlib = "^3.7.0"
Expand Down Expand Up @@ -102,7 +101,8 @@ qibotn = { git = "https://github.com/qiboteam/qibotn.git" }

[tool.poetry.extras]
tensorflow = ["tensorflow"]
qinfo = ["cvxpy"]
torch = ["torch"]
qinfo = ["cvxpy", "stim"]

[tool.pylint.reports]
output-format = "colorized"
Expand Down
127 changes: 0 additions & 127 deletions tests/test_dill.py

This file was deleted.

0 comments on commit 611be96

Please sign in to comment.