From c98c4b472182e5e61eb01e184b487584e45059e2 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Mon, 26 Dec 2022 12:28:48 +0100 Subject: [PATCH] Require numpy<1.23 for installation with Intel --- python/install_pytrexio.sh | 2 +- python/requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/python/install_pytrexio.sh b/python/install_pytrexio.sh index 8542874..0441ab7 100755 --- a/python/install_pytrexio.sh +++ b/python/install_pytrexio.sh @@ -73,7 +73,7 @@ python3 -m pip install dist/trexio-*.whl --force-reinstall #python3 -m twine upload dist/trexio-*.tar.gz # Cleaning -rm -rf build dist trexio.egg-info +#rm -rf build dist trexio.egg-info # Additional information related to the installation of the TREXIO Python API diff --git a/python/requirements.txt b/python/requirements.txt index a370234..123153a 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,3 +1,4 @@ setuptools>=42 pkgconfig +numpy<1.23.0 numpy>=1.17.3