Skip to content

Commit

Permalink
Merge branch 'main' into cpu-only
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Nov 6, 2024
2 parents bfda513 + c77d6d7 commit 23bf584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering"
"Topic :: Scientific/Engineering",
],
keywords="pyqrack qrack simulator quantum gpu",
install_requires=[],
setup_requires=[],
extras_require={
"dev": [
"pytest>=7.3.1"
"pytest>=7.3.1",
],
},
include_package_data=True,
Expand Down

0 comments on commit 23bf584

Please sign in to comment.