From cd2b471eed06c2ff966f1d990a313a869ac4f7a5 Mon Sep 17 00:00:00 2001 From: Cory <34887996+ccall48@users.noreply.github.com> Date: Sun, 17 Oct 2021 11:46:17 +1100 Subject: [PATCH] add missing libs back into py v3.10 --- packages/python/3.10.0/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/python/3.10.0/build.sh b/packages/python/3.10.0/build.sh index 38796a1..00c839a 100755 --- a/packages/python/3.10.0/build.sh +++ b/packages/python/3.10.0/build.sh @@ -18,3 +18,4 @@ cd .. rm -rf build +bin/pip3 install numpy scipy pandas pycrypto whoosh bcrypt passlib sympy