From da314f1829e8b9a3a499654e5f8e675e1078963b Mon Sep 17 00:00:00 2001 From: Aleksandr Penskoi Date: Sat, 6 Jan 2024 00:26:26 +0100 Subject: [PATCH] wip --- ml/synthesis/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml/synthesis/pyproject.toml b/ml/synthesis/pyproject.toml index 7ada3e3cf..f47809f30 100644 --- a/ml/synthesis/pyproject.toml +++ b/ml/synthesis/pyproject.toml @@ -20,7 +20,7 @@ pandas = { version = "2.0.2", extras = ["performance"] } tabulate = "^0.9.0" tensorflow = "2.13.1" -tensorflow-cpu-aws = { version = "^2.13.1", platform = "linux" } +tensorflow-cpu = { version = "^2.13.1", platform = "linux" } tensorflow-intel = { version = "^2.13.1", platform = "win32" } tensorflow-macos = { platform = "darwin", version = "^2.13.1" } tensorflow-metal = { platform = "darwin", version = "^1.1.0" }