From cd4cd16ee7e683a8dba867af72eacec206d54219 Mon Sep 17 00:00:00 2001 From: Steffen Schneider Date: Sat, 3 Feb 2024 23:54:44 +0100 Subject: [PATCH] Bump tensorflow version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0566071..13cb709 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ colorcet = "^3.0.0" Pillow = ">=8.0.0" py-cpuinfo = ">=5.0.0" tqdm = "^4.62.3" -tensorflow = "^2.7.0,<=2.12" +tensorflow = "^2.7.0,<=2.15" pandas = "^1.3" tables = "^3.6" opencv-python-headless = "^4.5"