Skip to content

Commit

Permalink
build: Fix QuTiP version to the latest available before v5
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed May 16, 2024
1 parent d34d358 commit 5ba42b7
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 61 deletions.
118 changes: 59 additions & 59 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ qualang-tools = { version = "^0.15.0", optional = true }
setuptools = { version = ">67.0.0", optional = true }
laboneq = { version = "==2.25.0", optional = true }
qibosoq = { version = ">=0.1.2,<0.2", optional = true }
qutip = { version = "^4.7.5", optional = true }
qutip = { version = "^4.7.6", optional = true }

[tool.poetry.group.dev]
optional = true
Expand Down Expand Up @@ -63,7 +63,7 @@ qcodes_contrib_drivers = "0.18.0"
qibosoq = ">=0.0.4,<0.2"
qualang-tools = "^0.15.0"
laboneq = "==2.25.0"
qutip = "^4.7.5"
qutip = "^4.7.6"

[tool.poetry.group.tests]
optional = true
Expand Down

0 comments on commit 5ba42b7

Please sign in to comment.