post_install() {
LD_PRELOAD='' /data/data/com.termux/files/usr/glibc/bin/pip install --upgrade matplotlib numpy
}
post_upgrade() {
post_install
}
