mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-01-03 10:06:01 +01:00
Require numpy<1.23 for installation with Intel
This commit is contained in:
parent
d2d731bb3a
commit
c98c4b4721
@ -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
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
setuptools>=42
|
||||
pkgconfig
|
||||
numpy<1.23.0
|
||||
numpy>=1.17.3
|
||||
|
Loading…
Reference in New Issue
Block a user