Skip to content

Commit

Permalink
pyscf 2.4.0 is still not up for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
TL231 committed Nov 7, 2023
1 parent abaa488 commit 5392d4f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 24 deletions.
40 changes: 18 additions & 22 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 @@ -16,9 +16,9 @@ packages = [{ include = "qibochem", from = "src" }]

[tool.poetry.dependencies]
python = ">3.9,<3.12"
qibo = ">0.1.10"
qibo = ">=0.2.0"
openfermion = "^1.5"
pyscf = "^2.3.0"
pyscf = "2.3.0"
scipy = "^1.10.1"

[build-system]
Expand Down

1 comment on commit 5392d4f

@damarkian
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pyscf 2.4.0 is available for mac. It works well for me.

Pyscf 2.3.0 is broken because of some libnp_helper.dylib issue: pyscf/pyscf#1851

Please sign in to comment.