From 97f16d79cb8f15c96a839e19ffa0fd0d052b4aa2 Mon Sep 17 00:00:00 2001 From: skywalker Date: Tue, 12 Nov 2024 11:26:35 +0800 Subject: [PATCH] rm numpy --- manual/upgrade/upgrade_notes_for_12.0.x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/upgrade/upgrade_notes_for_12.0.x.md b/manual/upgrade/upgrade_notes_for_12.0.x.md index 2ab82bbaf..17b4f4327 100644 --- a/manual/upgrade/upgrade_notes_for_12.0.x.md +++ b/manual/upgrade/upgrade_notes_for_12.0.x.md @@ -55,7 +55,7 @@ Note, you should install Python libraries system wide using root user or sudo mo For Ubuntu 22.04/24.04 ```sh -sudo pip3 install future==1.0.* mysqlclient==2.2.* pillow==10.4.* sqlalchemy==2.0.* gevent==24.2.* captcha==0.6.* django_simple_captcha==0.6.* djangosaml2==1.9.* pysaml2==7.3.* pycryptodome==3.20.* cffi==1.17.0 python-ldap==3.4.* PyMuPDF==1.24.* numpy==1.26.* +sudo pip3 install future==1.0.* mysqlclient==2.2.* pillow==10.4.* sqlalchemy==2.0.* gevent==24.2.* captcha==0.6.* django_simple_captcha==0.6.* djangosaml2==1.9.* pysaml2==7.3.* pycryptodome==3.20.* cffi==1.17.0 python-ldap==3.4.* PyMuPDF==1.24.* ``` ## Upgrade to 12.0 (for binary installation)