setup py cleanup

main
Kye 2 years ago
parent ac4ce99148
commit 2a9e911f89

@ -17,60 +17,73 @@ setup(
'optimizers', 'optimizers',
"Prompt Engineering" "Prompt Engineering"
], ],
install_requires=[ install_requires=[
'llama-index', 'transformers',
'env', 'openai',
"transformers", 'langchain',
"openai", 'torch==2.0.0',
"langchain", 'torchvision',
"torch==1.13.1", 'asyncio',
"torchvision==0.14.1", 'nest_asyncio',
"asyncio", 'bs4',
"nest_asyncio", 'playwright',
"bs4", 'duckduckgo_search',
"playwright", 'faiss-cpu',
"duckduckgo_search", 'wget==3.2',
"faiss-cpu", 'accelerate==0.17.1',
"python-ptrace==0.9.8", 'addict',
"wget==3.2", 'albumentations',
"accelerate", 'basicsr',
"addict", 'controlnet-aux',
"albumentations", 'diffusers==0.14.0',
"basicsr", 'einops',
"controlnet-aux", 'gradio',
"diffusers", 'imageio',
"einops", 'imageio-ffmpeg',
"gradio", 'kornia',
"imageio", 'numpy',
"imageio-ffmpeg", 'omegaconf',
"invisible-watermark", 'open_clip_torch',
"kornia", 'opencv-python',
"numpy", 'prettytable',
"omegaconf", 'safetensors',
"open_clip_torch", 'streamlit',
"opencv-python", 'test-tube',
"prettytable", 'timm',
"safetensors", 'torchmetrics',
"streamlit", 'webdataset',
"test-tube", 'yapf',
"timm", 'wolframalpha',
"torchmetrics", 'wikipedia==1.4.0',
"webdataset", 'httpx',
"yapf", 'ggl',
# 'GroundingDINO' 'gradio_tools',
"wolframalpha", 'arxiv',
"wikipedia", 'google-api-python-client',
"httpx", 'google-auth-oauth',
"ggl", 'google-auth-httplib2',
"gradio_tools", 'beautifulsoup4==4.11.2',
"arxiv", 'O365',
"google-api-python-client", 'pytube',
"google-auth-oauthlib", 'pydub',
"google-auth-httplib2", 'llama-index',
"beautifulsoup4", 'fastapi==0.94.1',
"O365", 'pydantic==1.10.6',
"pytube", 'tenacity==8.2.2',
"pydub" 'python-dotenv==1.0.0',
'pillow==9.4.0',
'boto3==1.26.94',
'uvicorn==0.21.1',
'python-ptrace==0.9.8',
'jinja2==3.1.2',
'python-multipart==0.0.6',
'celery==5.2.7',
'redis==4.5.4',
'sentencepiece==0.1.97',
'bitsandbytes==0.37.2',
'psycopg2-binary==2.9.5',
'google-search-results==2.4.2',
'black==23.1.0'
], ],
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',

Loading…
Cancel
Save