Skip to content

Commit

Permalink
adding missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scarrazza committed Feb 16, 2024
1 parent 7e74778 commit 7cf62c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion poetry.lock

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

6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ joblib = "^1.2.0"
hyperopt = "^0.2.7"
tabulate = "^0.9.0"
numpy = "^1.26.4"
networkx = "^3.2.1"
cvxpy = {version = "^1.4.2", optional = true}
tensorflow = {version = "^2.14.1", optional = true}

[tool.poetry.group.dev]
Expand Down Expand Up @@ -77,6 +79,8 @@ test-docs = "make -C doc doctest"





[tool.poetry.group.cuda11]
optional = true

Expand All @@ -87,6 +91,8 @@ qibojit = { git = "https://github.com/qiboteam/qibojit.git" }





[tool.poetry.group.cuda12]
optional = true

Expand Down

0 comments on commit 7cf62c5

Please sign in to comment.