python3Packages.transformers: enable on all Unix platforms
This commit is contained in:
parent
3e6f7d3b31
commit
ac99819975
@ -75,7 +75,7 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/huggingface/transformers";
|
homepage = "https://github.com/huggingface/transformers";
|
||||||
description = "State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch";
|
description = "State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ danieldk pashashocky ];
|
maintainers = with maintainers; [ danieldk pashashocky ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user