pkg(python-*): remove llvm dependency through numba
This commit is contained in:
parent
947bc35304
commit
aa885a37ad
|
@ -18,4 +18,4 @@ cd ..
|
||||||
|
|
||||||
rm -rf build
|
rm -rf build
|
||||||
|
|
||||||
bin/pip2 install numpy scipy pandas pycrypto numba whoosh bcrypt passlib
|
bin/pip2 install numpy scipy pandas pycrypto whoosh bcrypt passlib
|
||||||
|
|
|
@ -18,4 +18,4 @@ cd ..
|
||||||
|
|
||||||
rm -rf build
|
rm -rf build
|
||||||
|
|
||||||
bin/pip3 install numpy scipy pandas pycrypto numba whoosh bcrypt passlib
|
bin/pip3 install numpy scipy pandas pycrypto whoosh bcrypt passlib
|
||||||
|
|
|
@ -18,4 +18,4 @@ cd ..
|
||||||
|
|
||||||
rm -rf build
|
rm -rf build
|
||||||
|
|
||||||
bin/pip3 install numpy scipy pandas pycrypto numba whoosh bcrypt passlib
|
bin/pip3 install numpy scipy pandas pycrypto whoosh bcrypt passlib
|
||||||
|
|
Loading…
Reference in New Issue