We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d921068 commit de64143Copy full SHA for de64143
1 file changed
pyproject.toml
@@ -24,7 +24,6 @@ classifiers = [
24
"Programming Language :: Python :: 3.11",
25
"Programming Language :: Python :: 3.12",
26
"Programming Language :: Python :: 3.13",
27
- "Programming Language :: Python :: 3.14",
28
"Topic :: Scientific/Engineering :: Physics",
29
]
30
dependencies = [
@@ -58,8 +57,7 @@ bench = [
58
57
"tabulate>=0.9",
59
"scipy>=1.10",
60
61
-# GPU acceleration is enabled at *build* time via Cargo features
62
-# (`maturin build --features cuda` / `--features opencl`); these extras exist so
+# GPU acceleration is enabled at build time via Cargo features. These extras exist so
63
# `pip install qector-decoder-v3[cuda]` / `[opencl]` resolve cleanly. See INSTALL.md.
64
cuda = []
65
opencl = []
0 commit comments