Skip to content

Commit

Permalink
Merge branch 'feature/pytket_device'
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Apr 1, 2021
2 parents 5c79095 + 6b344f0 commit ca3a6c3
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 @@ -26,7 +26,7 @@
license="Apache 2",
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=["pytket ~= 0.8.0", "pennylane ~= 0.14", "pytket-qiskit ~= 0.8.0"],
install_requires=["pytket ~= 0.9.0", "pennylane ~= 0.14", "pytket-qiskit ~= 0.9.0"],
classifiers=[
"Environment :: Console",
"Programming Language :: Python :: 3.7",
Expand Down

0 comments on commit ca3a6c3

Please sign in to comment.