From 6fa4141eb00d3960ebd67a4895787ffead5e3c44 Mon Sep 17 00:00:00 2001 From: Bones Date: Wed, 26 May 2021 19:54:22 +1000 Subject: [PATCH] add sympy to python 3.9.4 --- packages/python/3.9.4/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python/3.9.4/build.sh b/packages/python/3.9.4/build.sh index f9ab88c..1966bd9 100755 --- a/packages/python/3.9.4/build.sh +++ b/packages/python/3.9.4/build.sh @@ -18,4 +18,4 @@ cd .. rm -rf build -bin/pip3 install numpy scipy pandas pycrypto whoosh bcrypt passlib +bin/pip3 install numpy scipy pandas pycrypto whoosh bcrypt passlib sympy