Skip to content

Commit

Permalink
Bump for new Qrack
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Nov 5, 2024
1 parent e717f29 commit b395144
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 b395144

Please sign in to comment.