From def4dcc8f57009461777a3b785babfee33c99c2c Mon Sep 17 00:00:00 2001 From: snerd Date: Tue, 10 Feb 2026 13:43:29 -0700 Subject: [PATCH] Upgrade tensorflow from >=2.1 to >=2.18.0 - Aligns with nasa-soteria-processing-code which uses 2.18.0 with 0 findings - Code is already compatible (uses TF 2.x APIs, has version checks for <2.2) - Eliminates 399 CVEs from tensorflow 1.12 - Part of NASA dataset security remediation effort --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e595456..00657aad 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ "Operating System :: OS Independent" ], install_requires=[ - 'tensorflow>=2.1', + 'tensorflow>=2.18.0', 'tensorflow_addons', 'usgs<0.3', 'scipy',