File tree Expand file tree Collapse file tree 2 files changed +25
-25
lines changed
Expand file tree Collapse file tree 2 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 1414 - name : Set up Python
1515 uses : actions/setup-python@v5
1616 with :
17- python-version : ' 3.12 '
17+ python-version : ' 3.10 '
1818
1919 - name : Install tomli for version extraction
2020 run : python -m pip install tomli
Original file line number Diff line number Diff line change 11from setuptools import find_packages , setup
22
3- APP = ["../photomap/backend/photomap_server .py" ]
3+ APP = ["./main .py" ]
44DATA_FILES = []
55OPTIONS = {
6- "argv_emulation" : True ,
7- "packages" : ["photomap" ],
6+ # "argv_emulation": True,
7+ # "packages": ["photomap"],
88 "includes" : [
9- "fastapi" ,
10- "uvicorn" ,
11- "jinja2" ,
12- "numpy" ,
13- "pandas" ,
14- "networkx" ,
15- "pillow_heif" ,
16- "platformdirs" ,
17- "pydantic" ,
18- "python_multipart" ,
19- "PyYAML" ,
20- "requests" ,
21- "scikit_learn" ,
22- "torch" ,
23- "tqdm" ,
24- "umap_learn" ,
25- "psutil" ,
26- "packaging" ,
27- "dash" ,
28- "clip_anytorch" ,
29- "colorama" ,
9+ # "fastapi",
10+ # "uvicorn",
11+ # "jinja2",
12+ # "numpy",
13+ # "pandas",
14+ # "networkx",
15+ # "pillow_heif",
16+ # "platformdirs",
17+ # "pydantic",
18+ # "python_multipart",
19+ # "PyYAML",
20+ # "requests",
21+ # "scikit_learn",
22+ # "torch",
23+ # "tqdm",
24+ # "umap_learn",
25+ # "psutil",
26+ # "packaging",
27+ # "dash",
28+ # "clip_anytorch",
29+ # "colorama",
3030 ],
3131 "iconfile" : "../photomap/frontend/static/icons/icon.icns" ,
3232}
You can’t perform that action at this time.
0 commit comments