python310Packages.ctranslate2: unblock by using tensorflow-bin

Unfortunately our tensorflow source build is behind and broken, so
migrating to the binary distribution for the time being to unbreak
ctranslate2.
This commit is contained in:
Martin Weinelt 2023-09-24 02:43:34 +02:00
parent 1ff350f7b8
commit 486f61a0d9
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -12,7 +12,7 @@
# tests
, pytestCheckHook
, tensorflow
, tensorflow-bin
, torch
, transformers
, wurlitzer
@ -49,7 +49,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
tensorflow
tensorflow-bin
torch
transformers
wurlitzer