Loading pkgs/development/python-modules/firedrake/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ sympy, islpy, matplotlib, immutabledict, # tests pytest, Loading Loading @@ -129,6 +130,8 @@ buildPythonPackage rec { sympy # required by script spydump matplotlib # required by pyop2 immutabledict ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ islpy Loading Loading
pkgs/development/python-modules/firedrake/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ sympy, islpy, matplotlib, immutabledict, # tests pytest, Loading Loading @@ -129,6 +130,8 @@ buildPythonPackage rec { sympy # required by script spydump matplotlib # required by pyop2 immutabledict ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ islpy Loading