Skip to content

Commit 3822522

Browse files
committed
add scipy as core dep
1 parent 2513cbe commit 3822522

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ description = "Analysis of isotropic errors in QC algorithms"
88
readme = "README.md"
99
requires-python = ">=3.11"
1010
dependencies = [
11-
"jax>=0.7.0"
11+
"jax>=0.7.0",
12+
"scipy>=1.16.0",
1213
]
1314

1415
[project.optional-dependencies]

uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)