pkg(python-*): remove llvm dependency through numba

This commit is contained in:
Thomas Hobson 2021-03-20 13:03:33 +13:00
parent 947bc35304
commit aa885a37ad
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
3 changed files with 3 additions and 3 deletions

View File

@ -18,4 +18,4 @@ cd ..
rm -rf build
bin/pip2 install numpy scipy pandas pycrypto numba whoosh bcrypt passlib
bin/pip2 install numpy scipy pandas pycrypto whoosh bcrypt passlib

View File

@ -18,4 +18,4 @@ cd ..
rm -rf build
bin/pip3 install numpy scipy pandas pycrypto numba whoosh bcrypt passlib
bin/pip3 install numpy scipy pandas pycrypto whoosh bcrypt passlib

View File

@ -18,4 +18,4 @@ cd ..
rm -rf build
bin/pip3 install numpy scipy pandas pycrypto numba whoosh bcrypt passlib
bin/pip3 install numpy scipy pandas pycrypto whoosh bcrypt passlib