From 7ac48dbf8dd1bcb7ac7352cbeea62f5861c9d0e2 Mon Sep 17 00:00:00 2001 From: Bruno Peixoto Date: Wed, 13 Nov 2024 17:18:37 -0300 Subject: [PATCH] config: increase numpy dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a282395..2b529c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ "Development Status :: 5 - Production/Stable", "Programming Language :: Python" ] -dependencies = [ "numpy>1.24.4" ] +dependencies = [ "numpy>2.0.0" ] [build-system] requires = ["hatchling"]