removed testing notebook,

anticipated removal of pandas requirement,
added pandas and matplotlib to pyinstaller exclusion,
removed unessasary option in build scripts
This commit is contained in:
Arthur Lu
2021-10-30 03:51:03 +00:00
parent d798bfe7d2
commit 0fd24d42e1
6 changed files with 6 additions and 122 deletions

View File

@@ -13,7 +13,10 @@ a = Analysis(['superscript.py'],
],
hookspath=[],
runtime_hooks=[],
excludes=[],
excludes=[
"matplotlib",
"pandas"
],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,