Skip to content

Commit

Permalink
Minor bug fixes (#1013)
Browse files Browse the repository at this point in the history
* fixing numpy dependency

* Fixing bug with incorrect
  • Loading branch information
weinbe58 authored Mar 5, 2025
1 parent c7ef79c commit 10b5108
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
]
dependencies = [
"juliacall>=0.9.14",
"numpy>=2.0.2",
"numpy>=1.26.0",
"pydantic>=2.0",
"scipy>=1.9.3",
"pandas>=2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/bloqade/analog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def tree_depth(depth: int = None):
"piecewise_constant",
"linear",
"constant",
"set_print_depth",
"tree_depth",
"load",
"save",
"loads",
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 10b5108

Please sign in to comment.