Skip to content

Commit

Permalink
Bump Qrack
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Nov 30, 2024
1 parent f23988d commit 297f798
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
"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,
zip_safe=False
Expand Down

0 comments on commit 297f798

Please sign in to comment.