Skip to content

Commit faf7114

Browse files
chore: python quil dep use rc
1 parent 5cad105 commit faf7114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.11",
2121
"Operating System :: OS Independent",
2222
]
23-
dependencies = ["quil==0.7.0"]
23+
dependencies = ["quil==0.7.1rc0"]
2424

2525
# PEP 621 specifies the [project] table as the source for project metadata. However, Poetry only supports [tool.poetry]
2626
# We can remove this table once this issue is resolved: https://github.com/python-poetry/poetry/issues/3332

0 commit comments

Comments
 (0)