Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Co-authored-by: cqc-melf <[email protected]>
  • Loading branch information
PabloAndresCQ and cqc-melf authored Apr 17, 2024
1 parent bcb7366 commit 645bf8f
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.26", "networkx >= 2.8"],
install_requires=["pytket ~= 1.26", "networkx ~= 3.0"],
classifiers=[
"Environment :: Console",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 645bf8f

Please sign in to comment.