Commit c1ea6402 authored by fsagbuya's avatar fsagbuya
Browse files

python3Packages.pglive: relax pyqtgraph

parent e6ebc81e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ buildPythonPackage rec {

  pythonRelaxDeps = [
    "numpy"
    "pyqtgraph"
  ];

  passthru.optional-dependencies = {