example-user-env: disable cirq

pull/46/head
Sebastien Bourdeauducq 2021-02-26 11:40:46 +08:00
parent a57b927418
commit f2bdeaf401
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ in
ps.numba
ps.bokeh
matplotlib-qt
(ps.cirq.override { matplotlib = matplotlib-qt; })
# cirq is broken and doesn't build (as of 20.09.3281.06b11191834)
#(ps.cirq.override { matplotlib = matplotlib-qt; })
# qiskit does not work with matplotlib-qt
#ps.qiskit
]))