Add files via upload

This commit is contained in:
Iván Eduardo Chavez Ayub
2025-07-10 00:04:53 -06:00
committed by GitHub
parent d0733d0083
commit dd166ace5d
28 changed files with 2638 additions and 256 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# -*- mode: python ; coding: utf-8 -*-
# -*- mode: python ; coding: utf-8 -*-
a = Analysis(
@@ -10,7 +10,7 @@ a = Analysis(
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=['nltk', 'scipy', 'scipy.stats', 'scipy.stats.distributions', 'scipy.stats._distn_infrastructure'],
excludes=[],
noarchive=False,
optimize=0,
)