Skip to content

Commit

Permalink
rm numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
SkywalkerSpace committed Nov 12, 2024
1 parent cf553aa commit 97f16d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/upgrade/upgrade_notes_for_12.0.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 97f16d7

Please sign in to comment.