From 5e01ede033a2d86a4e47d0a6dbb1dee9935bce74 Mon Sep 17 00:00:00 2001 From: Sara H Date: Thu, 17 Oct 2024 16:47:19 -0500 Subject: [PATCH] Fix numpy's version in order to avoid errors when building docker image --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 426ff04ad..368c3b329 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -3,7 +3,7 @@ aiohttp bottle cheroot PyJWT>=2.0.0 -numpy +numpy==2.0 pymysql sagemaker six