I’m exploring the option using Workers for our company. We are looking for ways to execute Python ML models to identify specific pattern is our API traffic. we are facing we some issues related of using external Python packages which seems to not be supported. what is the Worker limitation on the Python packages support? thanks.!
Workers only run JavaScript and WebAssembly - any Python support is purely reliant on Python transpiling to JavaScript or compiling to WebAssembly.