From a1ab4298af19acd4e8bced557266b58d5791adca Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 24 Aug 2024 19:10:53 +0200 Subject: [PATCH 1/2] Upgrade to numpy = "^2.1.0" https://pypi.org/project/numpy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69fce25..deaa10f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pydantic = ">=1,<3" bidict = "^0.22.1" pyogrio = { version = "^0.7.2", markers = "sys_platform != 'emscripten'" } quantized-mesh-encoder = { version = "^0.4.3", optional = true } -numpy = "^1.26.0" +numpy = "^2.1.0" platformdirs = "^4.0.0" # pydeck = {extras = ["jupyter"], version = "^0.8.0"} rich = { extras = ["jupyter"], version = "^13.7.0" } From 59e2fe4ed24361c960951ef7d985b89e9d991c97 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 24 Aug 2024 19:13:09 +0200 Subject: [PATCH 2/2] numpy==2.1.0 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c5b41b2..a16a828 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -74,7 +74,7 @@ nbconvert==7.16.4 ; python_version >= "3.10" and python_version < "4.0" nbformat==5.10.4 ; python_version >= "3.10" and python_version < "4.0" nest-asyncio==1.6.0 ; python_version >= "3.10" and python_version < "4.0" normalize-japanese-addresses==0.0.9 ; python_version >= "3.10" and python_version < "4.0" -numpy==1.26.4 ; python_version >= "3.10" and python_version < "4.0" +numpy==2.1.0 ; python_version >= "3.10" and python_version < "4.0" packaging==24.1 ; python_version >= "3.10" and python_version < "4.0" paginate==0.5.6 ; python_version >= "3.10" and python_version < "4.0" pandas==2.2.2 ; python_version >= "3.10" and python_version < "4.0"