1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 10:47:43 +02:00

Require numpy<1.23 for installation with Intel

This commit is contained in:
Anthony Scemama 2022-12-26 12:28:48 +01:00
parent d2d731bb3a
commit c98c4b4721
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,4 @@
setuptools>=42
pkgconfig
numpy<1.23.0
numpy>=1.17.3