Skip to content

Commit

Permalink
Don't attempt to install pyscf on Windows
Browse files Browse the repository at this point in the history
It's broken on win32, so lift the dependency there.  qiskit-nature
does the same
  • Loading branch information
garrison committed Nov 13, 2024
1 parent 40b276c commit 0b4558d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requires-python = ">=3.9"
dependencies = [
"qiskit>=1.2",
"numpy>=1.26",
"pyscf>=2.5",
"pyscf>=2.5; sys_platform != 'win32'",
"jaxlib>=0.4.30",
"jax>=0.4.30",
"scipy>=1.13.1",
Expand Down

0 comments on commit 0b4558d

Please sign in to comment.