From 19adc9d811b5cf249e69e1dbfec0017691c15788 Mon Sep 17 00:00:00 2001 From: q-posev Date: Thu, 27 Jun 2024 17:02:07 +0200 Subject: [PATCH] RM deprecated oldest-supported-numpy --- python/pyproject.toml | 2 +- python/requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index b8ca0a0..95513f0 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -3,6 +3,6 @@ requires = [ "setuptools>=42", "wheel", "pkgconfig", - "oldest-supported-numpy" + "numpy", ] build-backend = "setuptools.build_meta" diff --git a/python/requirements.txt b/python/requirements.txt index eddf522..e7bbedf 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,4 +1,3 @@ setuptools>=42 pkgconfig -numpy<1.27.0 -numpy>=1.17.3 +numpy