Skip to content

Commit

Permalink
Add SQD as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson committed Sep 25, 2024
1 parent db58b51 commit f43aa89
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 @@ -21,7 +21,7 @@
packages=find_packages(),
package_data={"dice_solver": ["bin/Dice", "bin/*.so*"]},
include_package_data=True,
install_requires=["numpy", "pyscf"],
install_requires=["numpy", "pyscf", "qiskit-addon-sqd>=0.6"],
extras_require={
"dev": ["tox>=4.0", "pytest>=8.0"],
"docs": [
Expand Down

0 comments on commit f43aa89

Please sign in to comment.