Loading pkgs/development/python-modules/openai-triton/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,12 @@ buildPythonPackage rec { zlib ]; propagatedBuildInputs = [ filelock ]; propagatedBuildInputs = [ filelock # openai-triton uses setuptools at runtime: # https://github.com/NixOS/nixpkgs/pull/286763/#discussion_r1480392652 setuptools ]; postPatch = let # Bash was getting weird without linting, Loading Loading
pkgs/development/python-modules/openai-triton/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,12 @@ buildPythonPackage rec { zlib ]; propagatedBuildInputs = [ filelock ]; propagatedBuildInputs = [ filelock # openai-triton uses setuptools at runtime: # https://github.com/NixOS/nixpkgs/pull/286763/#discussion_r1480392652 setuptools ]; postPatch = let # Bash was getting weird without linting, Loading