Try stripping symbols from the offending binaries:
strip -x *.so
Then check if you can still run your app.
If yes: add the stripping as a post-build step before you bundle and send your app off to Apple.
If no: compile scipy from source with an alternative BLAS/LAPACK implementation (e.g. OpenBLAS). Then try again the method described above.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags: