Skip to content

Commit 10b5108

Browse files
authored
Minor bug fixes (#1013)
* fixing numpy dependency * Fixing bug with incorrect
1 parent c7ef79c commit 10b5108

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121
dependencies = [
2222
"juliacall>=0.9.14",
23-
"numpy>=2.0.2",
23+
"numpy>=1.26.0",
2424
"pydantic>=2.0",
2525
"scipy>=1.9.3",
2626
"pandas>=2.1.0",

src/bloqade/analog/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def tree_depth(depth: int = None):
5656
"piecewise_constant",
5757
"linear",
5858
"constant",
59-
"set_print_depth",
59+
"tree_depth",
6060
"load",
6161
"save",
6262
"loads",

uv.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)