From 5d60e8bdccfd54fd82cefcb545382b7a6f8bbba0 Mon Sep 17 00:00:00 2001 From: kruegert Date: Sun, 31 Jan 2021 19:30:25 -0500 Subject: [PATCH] added extra requirement file for smaller pyinstaller bundling working under windows, without mkl --- bundling_requirements.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bundling_requirements.txt diff --git a/bundling_requirements.txt b/bundling_requirements.txt new file mode 100644 index 000000000..542676237 --- /dev/null +++ b/bundling_requirements.txt @@ -0,0 +1,20 @@ +Flask==1.1.2 +flask-sqlalchemy +numpy +orjson +pandas +pillow==8.0.0 +requests +scikit-learn==0.20.2 +scikit-image==0.14.2 +scipy +tifffile==2020.10.1 +waitress +zarr +pyinstaller +xmlschema +ome-types==0.2.0 +matplotlib +tornado + +