Skip to content

Commit

Permalink
build: this is driving me crazy
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLiegiBastonLiegi committed Jun 11, 2024
1 parent 5c11cb6 commit a7bb2a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ numpy = "^1.26.4"
networkx = "^3.2.1"
tensorflow = { version = "^2.16.1", markers = "sys_platform == 'linux' or sys_platform == 'darwin'", optional = true }
torch = { version = "^2.1.1", optional = true }
qulacs = { version = "^0.6.4", optional = true, markers="(sys_platform == 'darwin' and python_version > '3.10') or sys_platform != 'darwin'"}
qulacs = { version = "^0.6.4", optional = true, markers="(sys_platform == 'darwin' and python_version > '3.9') or sys_platform != 'darwin'"}

[tool.poetry.group.dev]
optional = true
Expand All @@ -56,7 +56,7 @@ sphinx-markdown-tables = "^0.0.17"
sphinx-copybutton = "^0.5.2"
nbsphinx = "^0.8.12"
ipython = "^8.10.0"
qulacs = { version = "^0.6.4", markers="(sys_platform == 'darwin' and python_version > '3.10') or sys_platform != 'darwin'"}
qulacs = { version = "^0.6.4", markers="(sys_platform == 'darwin' and python_version > '3.9') or sys_platform != 'darwin'"}

[tool.poetry.group.tests]
optional = true
Expand All @@ -74,7 +74,7 @@ torch = "^2.1.1"
qibojit = { git = "https://github.com/qiboteam/qibojit.git" }
qibotn = { git = "https://github.com/qiboteam/qibotn.git" }
stim = "^1.12.0"
qulacs = { version = "^0.6.4", markers="(sys_platform == 'darwin' and python_version > '3.10') or sys_platform != 'darwin'" }
qulacs = { version = "^0.6.4", markers="(sys_platform == 'darwin' and python_version > '3.9') or sys_platform != 'darwin'" }

[tool.poe.tasks]
test = "pytest"
Expand Down

0 comments on commit a7bb2a4

Please sign in to comment.