From ac3559e75438dbf8ff4928bac51319d7de1d5e34 Mon Sep 17 00:00:00 2001 From: Rémi Flamary Date: Sun, 26 Dec 2021 23:39:04 +0100 Subject: [MRG] Change numpy version (due to ABI change) (#326) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update delease file and add it to doc ith mystè_parser * typos in release file * update PR template * test debug doc build * test debug doc build * wrog circleci * set proper version number * add numpy 1.20 constraint * remove python 3.6 deprecated in december * add python 3.10 * debug pip on windows * proper yml * remoe 3.10 becauqe of troch * next try * try distutils * back * try something * new stuf * debug yaml * test back to old vriso f numpy * try something * windows is worksing? * proper version numpy * update release file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 3f8ae8b..93ebab3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools", "wheel", "numpy>=1.16", "cython>=0.23"] +requires = ["setuptools", "wheel", "numpy>=1.20", "cython>=0.23"] build-backend = "setuptools.build_meta" \ No newline at end of file -- cgit v1.2.3