Skip to content

Commit

Permalink
Bump the python-packages group with 1 update
Browse files Browse the repository at this point in the history
Updates the requirements on [pyquil](https://github.com/rigetti/pyquil) to permit the latest version.
- [Release notes](https://github.com/rigetti/pyquil/releases)
- [Changelog](https://github.com/rigetti/pyquil/blob/master/CHANGELOG.md)
- [Commits](rigetti/pyquil@v3.5.0...v4.4.0)

---
updated-dependencies:
- dependency-name: pyquil
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 22, 2023
1 parent 05f62cd commit ee373a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
include_package_data=True,
install_requires=[
"pytket ~= 1.23.0rc0",
"pyquil ~= 3.5",
"pyquil >= 3.5,< 5.0",
"typing-extensions ~= 4.2",
],
classifiers=[
Expand Down

0 comments on commit ee373a5

Please sign in to comment.