From f7ea31bd54e2418569a2f4516e2c6b0465ffdbba Mon Sep 17 00:00:00 2001 From: "jelle.prins" Date: Thu, 3 Oct 2024 11:42:01 +0200 Subject: [PATCH] fix? --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06f25e9c..fea223f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires = [ "numpy==1.21.3; python_version=='3.10'", "numpy==1.24.2; python_version=='3.11'", # do not pin numpy on future versions of python to avoid incompatible numpy and python versions - "numpy==1.26.*; python_version=='3.12'", + "numpy==2.*; python_version=='3.12'", "ninja; platform_system!='Windows'" ] build-backend = "setuptools.build_meta"