We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f4814 commit ba0457cCopy full SHA for ba0457c
pkgs/development/python-modules/openai-triton/default.nix
@@ -74,7 +74,12 @@ buildPythonPackage rec {
74
zlib
75
];
76
77
- propagatedBuildInputs = [ filelock ];
+ propagatedBuildInputs = [
78
+ filelock
79
+ # openai-triton uses setuptools at runtime:
80
+ # https://github.com/NixOS/nixpkgs/pull/286763/#discussion_r1480392652
81
+ setuptools
82
+ ];
83
84
postPatch = let
85
# Bash was getting weird without linting,
0 commit comments