I was trying to develop simple ELT process in python worker and I am using
dependencies = [ "httpx", "pandas", "pyarrow", "pydantic" ]
which is supported by pyodide as per documentation all pydiode packages supports.
How I can resolve the issue
Fatal uncaught kj::Exception: workerd/api/pyodide/pyodide.c++:728: failed: jsg.Error: Requested Python package(s) that are not supported: pandas, pyarrow