We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cad105 commit faf7114Copy full SHA for faf7114
crates/python/pyproject.toml
@@ -20,7 +20,7 @@ classifiers = [
20
"Programming Language :: Python :: 3.11",
21
"Operating System :: OS Independent",
22
]
23
-dependencies = ["quil==0.7.0"]
+dependencies = ["quil==0.7.1rc0"]
24
25
# PEP 621 specifies the [project] table as the source for project metadata. However, Poetry only supports [tool.poetry]
26
# We can remove this table once this issue is resolved: https://github.com/python-poetry/poetry/issues/3332
0 commit comments