Skip to content

Commit

Permalink
Run lint on setup.py and returned to fixed version of lint requiremen…
Browse files Browse the repository at this point in the history
…ts to avoid big commit of lint changes
  • Loading branch information
PabloAndresCQ committed Dec 11, 2024
1 parent 194181e commit 2ec111f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
black
pylint
black~=24.10
pylint~=3.3
mypy
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@
license="Apache 2",
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=["pytket >= 1.34.0", "networkx >= 2.8.8", "cuquantum-python>=24.11.0"],
install_requires=[
"pytket >= 1.34.0",
"networkx >= 2.8.8",
"cuquantum-python>=24.11.0",
],
classifiers=[
"Environment :: Console",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 2ec111f

Please sign in to comment.