Skip to content

Commit 5354a92

Browse files
committed
Use development versions
1 parent a640cfc commit 5354a92

File tree

2 files changed

+462
-378
lines changed

2 files changed

+462
-378
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,13 @@ dependencies = [
5656
"numba>=0.57",
5757
"numba>=0.59; python_version >= '3.12'",
5858
"numba>=0.61; python_version >= '3.13'",
59+
"numba>=0.63.0b1; python_version >= '3.14'", # Temporary development version until stable version is released
60+
"llvmlite>=0.46.0b1; python_version >= '3.14'", # Dependency of numba==0.63.0b1
5961
"scipy>=1.15.2",
62+
"scipy>=1.16.1; python_version >= '3.13'",
6063
"z3-solver>=4.15.3",
6164
"multiprocess >= 0.70.17",
62-
"ldpc>=0.1.60,<2", # temporary upper cap due to failures seen with ldpc v2
65+
"ldpc>=0.1.60,<2", # tTporary upper cap due to failures seen with ldpc v2
6366
"stim >= 1.14.0",
6467
"pymatching>=2.2.2",
6568
"bposd>=1.6",

0 commit comments

Comments
 (0)