Skip to content

Commit

Permalink
Update setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdmalone committed May 4, 2024
1 parent 865f5ee commit 30d3107
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ def _parse_requirements(path: pathlib.Path):

install_requires = _parse_requirements(pathlib.Path('requirements.txt'))
extras_require = [
'otoc', 'qaoa', 'optimize', 'hfvqe', 'fermi_hubbard', 'qml_lfe', 'seniority_zero'
'otoc', 'qaoa', 'optimize', 'hfvqe', 'fermi_hubbard', 'qml_lfe',
'seniority_zero', 'qcqmc'
]
extras_require = {
r: _parse_requirements(pathlib.Path(f'recirq/{r}/extra-requirements.txt'))
Expand Down

0 comments on commit 30d3107

Please sign in to comment.