Skip to content

Commit

Permalink
fix version of symengine for serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
gcattan committed Oct 1, 2024
1 parent d20b3fb commit 47f1054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ pyriemann==0.6
docplex>=2.21.207
firebase_admin==6.5.0
qiskit-symb
symengine==0.11.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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'],
'optim': ['qiskit-symb', 'symengine==0.11.0'],
'optim_linux': ['qiskit-aer-gpu==0.15.0']},
zip_safe=False,
)

0 comments on commit 47f1054

Please sign in to comment.