Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ classifiers = [
requires-python = ">=3.9"
dependencies = [
"z3-solver>=4.12",
"z3-solver<4.13; sys_platform == 'darwin' and 'x86_64' in platform_machine", # z3 4.13 wheels on x86 macOS are broken
"z3-solver<4.14; sys_platform == 'darwin' and 'x86_64' in platform_machine", # z3 4.13 wheels on x86 macOS are broken
"qecsim",
"ldpc>=0.1.53",
"numpy>=1.26; python_version > '3.11'",
Expand Down
46 changes: 12 additions & 34 deletions uv.lock

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

Loading