From 81861f3c4ac3b254d3ba253de07e55e9e09acd54 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:38:02 -0400 Subject: [PATCH] revert from spec --- nwb-guide.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nwb-guide.spec b/nwb-guide.spec index 789b67603..67ba79cb4 100644 --- a/nwb-guide.spec +++ b/nwb-guide.spec @@ -12,7 +12,7 @@ from PyInstaller.utils.hooks import collect_all datas = [('./paths.config.json', '.'), ('./package.json', '.')] binaries = [] -hiddenimports = [ 'email_validator', *collect_submodules('scipy.special.cython_special'), *os.path.join(os.path.dirname(scipy.__file__), *collect_submodules('scipy._lib._testutils'), '.libs')] +hiddenimports = [ 'email_validator', *collect_submodules('scipy.special.cython_special'), *os.path.join(os.path.dirname(scipy.__file__), '.libs')] datas += collect_data_files('jsonschema_specifications') tmp_ret = collect_all('dandi')