From 1e1b4359c1b89e523f48dffb210e7d1f80b289ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 23:01:25 +0000 Subject: [PATCH] Update dependency numpy to v2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 09fd70e..64ddabc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.112.0 mlflow==2.15.1 -numpy==1.26.4 +numpy==2.1.0 pandas==2.2.2 pyarrow==14.0.2 pydantic==2.8.2