From f2f19ef683b86a4b45934613385e8d42419971a3 Mon Sep 17 00:00:00 2001 From: Outis Date: Tue, 27 Jan 2026 10:03:06 -0500 Subject: [PATCH] Update numpy version to 2.3.0 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 6f916ed..5ab7392 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.109.0 uvicorn[standard]==0.27.0 python-multipart==0.0.6 Pillow==10.2.0 -numpy==1.26.3 +numpy==2.3.0 sqlalchemy==2.0.25 python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4