mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 01:31:39 -05:00
Update overrides/default.nix
This commit is contained in:
parent
9b516ce03c
commit
0a3158cac8
1 changed files with 1 additions and 1 deletions
|
@ -3556,7 +3556,7 @@ lib.composeManyExtensions [
|
||||||
# Circular dependency between triton and torch (see https://github.com/openai/triton/issues/1374)
|
# Circular dependency between triton and torch (see https://github.com/openai/triton/issues/1374)
|
||||||
# You can remove this once triton publishes a new stable build and torch takes it.
|
# You can remove this once triton publishes a new stable build and torch takes it.
|
||||||
triton = prev.triton.overridePythonAttrs (old: {
|
triton = prev.triton.overridePythonAttrs (old: {
|
||||||
propagatedBuildInputs = removePackagesByName (old.propagatedBuildInputs or [ ]) [ final.torch ] ++ [
|
propagatedBuildInputs = (removePackagesByName (old.propagatedBuildInputs or [ ]) [ final.torch ]) ++ [
|
||||||
# Used in https://github.com/openai/triton/blob/3f8d91bb17f6e7bc33dc995ae0860db89d351c7b/python/triton/common/build.py#L10
|
# Used in https://github.com/openai/triton/blob/3f8d91bb17f6e7bc33dc995ae0860db89d351c7b/python/triton/common/build.py#L10
|
||||||
final.setuptools
|
final.setuptools
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue