We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363ee18 commit 4e62e44Copy full SHA for 4e62e44
1 file changed
pyproject.toml
@@ -25,11 +25,13 @@ classifiers = [
25
]
26
dependencies = [
27
"jax",
28
- "numpy",
+ # restrict Numpy version due to https://github.com/pyscf/pyscf/issues/3079
29
+ # TODO remove this when it's fixed
30
+ "numpy <= 2.3",
31
"opt_einsum",
32
"orjson",
33
"pyscf >= 2.9",
- "qiskit >= 2.0.0",
34
+ "qiskit >= 2.0",
35
"scipy",
36
"typing-extensions",
37
0 commit comments