Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gcattan authored Dec 2, 2024
1 parent a16ccf3 commit 9f42a66
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 @@ -63,7 +63,7 @@
'tests': ['pytest', 'seaborn', 'flake8', 'mne', 'pooch'],
# GPU optimization not available on all platform.
# See https://github.com/Qiskit/qiskit-aer/issues/929#issuecomment-691716936
'optim': ['qiskit-symb', 'symengine==0.11.0'],
'optim': ['qiskit-symb==0.2.0', 'symengine==0.11.0'],
'optim_linux': ['qiskit-aer-gpu==0.15.1']},
zip_safe=False,
)

0 comments on commit 9f42a66

Please sign in to comment.