We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792099b commit ac240a9Copy full SHA for ac240a9
pyproject.toml
@@ -22,7 +22,7 @@ classifiers=[
22
"Programming Language :: Python :: Implementation :: PyPy",
23
]
24
dependencies = [
25
- "pulser-core[torch]>=1.7.0rc2", "torch>=2.9.0"] # The version in .pre-commit-config.yaml must match
+ "pulser-core[torch]==1.7.0rc2", "torch>=2.9.0"] # The version in .pre-commit-config.yaml must match
26
dynamic = ["version"]
27
28
[tool.setuptools]
0 commit comments