From 87460119325689518a26526353be6570b59bce7b Mon Sep 17 00:00:00 2001 From: tsuba-neko Date: Mon, 17 Jun 2024 11:55:32 +0900 Subject: [PATCH] =?UTF-8?q?numpy=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=81=8C2.0=E3=81=AB=E3=81=AA=E3=81=A3?= =?UTF-8?q?=E3=81=A6=E3=81=97=E3=81=BE=E3=81=86=E3=81=AE=E3=82=92=E9=98=B2?= =?UTF-8?q?=E3=81=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0d59c73..d193759 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests>=2.4.2,<3.0 -numpy>=1.26.0 +numpy>=1.26.0,<2.0.0 geojson>=2.0.0,<4.0 xmltodict==0.12.0 Pillow>=10.0.0,<11.0.0