From 668a61ff34674f488c76fd7b03ba546f7dd6c594 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 06:58:23 +0000 Subject: [PATCH] Update dependency numpy to v2 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a61035de170..ab3e5b1460d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ google-play-scraper = "^1.2.2" py-cpuinfo = "^9.0.0" aiofile = "^3.8.1" loguru = "^0.7.0" -numpy = "^1.24.1" +numpy = "^2.0.0" matplotlib = "^3.6.3" pint = "^0.24.0" simpleeval = "^1.0.0" diff --git a/requirements.txt b/requirements.txt index d28a36c17a6..5c352306bd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -83,7 +83,7 @@ matrix-nio==0.25.2 ; python_full_version >= "3.12.0" and python_full_version < " more-itertools==10.5.0 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" multidict==6.1.0 ; python_full_version >= "3.12.0" and python_version < "4.0" nodeenv==1.9.1 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" -numpy==1.26.4 ; python_version >= "3.12" and python_version < "4.0" +numpy==2.1.2 ; python_version >= "3.12" and python_version < "4.0" openai==1.52.0 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0" orjson==3.10.9 ; python_full_version >= "3.12.0" and python_version < "4.0" oss2==2.19.0 ; python_full_version >= "3.12.0" and python_full_version < "4.0.0"