Skip to content

Commit

Permalink
update to latest pytket releases
Browse files Browse the repository at this point in the history
ready for release 0.1.0
  • Loading branch information
ss2165 committed Apr 1, 2021
1 parent 292f350 commit 6b344f0
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 6b344f0

Please sign in to comment.