From 792999b5101598df4f6779f82bd2aa71df00305a Mon Sep 17 00:00:00 2001 From: andrewgsavage Date: Wed, 15 May 2024 22:33:48 +0100 Subject: [PATCH] pin numpy <2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 10479bf4..9457a880 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ Issues = "https://github.com/lmfit/uncertainties/issues" Changelog = "https://github.com/lmfit/uncertainties/blob/master/CHANGES.rst" [project.optional-dependencies] -arrays = ["numpy"] +arrays = ["numpy<2.0"] test = ["pytest", "pytest_cov"] doc = ["sphinx", "sphinx-copybutton", "python-docs-theme"] all = ["uncertainties[doc,test,arrays]"]