From 1ba24cd3a4000d31d4a17664d8071a0ee806ae06 Mon Sep 17 00:00:00 2001 From: Ming-Shau Liu <123968200+mingshauliu@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:53:26 -0400 Subject: [PATCH 1/3] numpy dependency update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3536a97..77641fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "setuptools>=42", "wheel", - "numpy", + "numpy>=1.23.0", "cython>=3.0a6" ] build-backend = "setuptools.build_meta" From 2ddc07494607e0e68bfb65b74ae56a55294f2e2f Mon Sep 17 00:00:00 2001 From: Ming-Shau Liu <123968200+mingshauliu@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:56:58 -0400 Subject: [PATCH 2/3] NUMPY DEPENDENCY UPDATE TO SUPPORT SUBARRAY --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 77641fe..c228107 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "setuptools>=42", "wheel", - "numpy>=1.23.0", + "numpy>=1.24.0", "cython>=3.0a6" ] build-backend = "setuptools.build_meta" From b3109f01d41874c913601582894007f8d4269f55 Mon Sep 17 00:00:00 2001 From: Ming-Shau Liu <123968200+mingshauliu@users.noreply.github.com> Date: Sat, 20 Jul 2024 13:01:53 -0400 Subject: [PATCH 3/3] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c228107..4708917 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "setuptools>=42", "wheel", - "numpy>=1.24.0", + "numpy<2.0.0", "cython>=3.0a6" ] build-backend = "setuptools.build_meta" @@ -14,4 +14,4 @@ testpaths = [ ] [tool.black] -line-length = 160 \ No newline at end of file +line-length = 160