Skip to content

Commit

Permalink
revert from spec
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Mar 12, 2024
1 parent 1ab3946 commit 81861f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nwb-guide.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 81861f3

Please sign in to comment.