diff --git a/artiq-fast/pkgs/python-deps.nix b/artiq-fast/pkgs/python-deps.nix index 2dfa223..c556764 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -249,6 +249,10 @@ rec { --replace "ramda==0.5.5" "ramda" substituteInPlace requirements.txt \ --replace "colorama==0.4.3" "colorama" + substituteInPlace requirements.txt \ + --replace "toolz==0.10.0" "toolz" + substituteInPlace requirements.txt \ + --replace "pyserial==3.4" "pyserial" '';