Skip to content

Commit ac240a9

Browse files
fix pulser version (#220)
1 parent 792099b commit ac240a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers=[
2222
"Programming Language :: Python :: Implementation :: PyPy",
2323
]
2424
dependencies = [
25-
"pulser-core[torch]>=1.7.0rc2", "torch>=2.9.0"] # The version in .pre-commit-config.yaml must match
25+
"pulser-core[torch]==1.7.0rc2", "torch>=2.9.0"] # The version in .pre-commit-config.yaml must match
2626
dynamic = ["version"]
2727

2828
[tool.setuptools]

0 commit comments

Comments
 (0)