Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
update pytket verion
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed May 10, 2023
1 parent c1be8fe commit 1ae4b26
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 @@ -42,7 +42,7 @@
license="Apache 2",
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=["pytket == 1.15.0rc1",, "requests ~= 2.22", "types-requests"],
install_requires=["pytket == 1.15.0rc1", "requests ~= 2.22", "types-requests"],
classifiers=[
"Environment :: Console",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 1ae4b26

Please sign in to comment.