forked from M-Labs/nix-scripts
example-user-env: disable cirq
This commit is contained in:
parent
a57b927418
commit
f2bdeaf401
|
@ -23,7 +23,8 @@ in
|
||||||
ps.numba
|
ps.numba
|
||||||
ps.bokeh
|
ps.bokeh
|
||||||
matplotlib-qt
|
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
|
# qiskit does not work with matplotlib-qt
|
||||||
#ps.qiskit
|
#ps.qiskit
|
||||||
]))
|
]))
|
||||||
|
|
Loading…
Reference in New Issue