Is there any way to ignore Pyarrow dependency?

I’m tired of debugging/ building the source code for pyarrow in alpine linux environment because of my org’s strict security policies. Is there any way that we can ignore pyarrow and run streamlit without it?

I also want to streamlitify an existing app for our internal team, which should be nimble and easy to install, may be a slim workable version of streamlit that just works,(and fine with slow performance)

Many thanks.