parent
fef21a9de2
commit
332d72d283
@ -0,0 +1,80 @@
|
|||||||
|
[tool.poetry]
|
||||||
|
name = "swarms"
|
||||||
|
version = "0.5.9"
|
||||||
|
description = "Swarms - Pytorch"
|
||||||
|
authors = ["Kye Gomez <kye@apac.ai>"]
|
||||||
|
license = "MIT"
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
|
[tool.poetry.dependencies]
|
||||||
|
python = "^3.6"
|
||||||
|
transformers = "*"
|
||||||
|
openai = "*"
|
||||||
|
langchain = "*"
|
||||||
|
torch = "*"
|
||||||
|
torchvision = "*"
|
||||||
|
asyncio = "*"
|
||||||
|
nest_asyncio = "*"
|
||||||
|
bs4 = "*"
|
||||||
|
playwright = "*"
|
||||||
|
duckduckgo_search = "*"
|
||||||
|
faiss-cpu = "*"
|
||||||
|
wget = "3.2"
|
||||||
|
accelerate = "0.17.1"
|
||||||
|
addict = "*"
|
||||||
|
albumentations = "*"
|
||||||
|
basicsr = "*"
|
||||||
|
controlnet-aux = "*"
|
||||||
|
diffusers = "0.14.0"
|
||||||
|
einops = "*"
|
||||||
|
gradio = "*"
|
||||||
|
imageio = "*"
|
||||||
|
imageio-ffmpeg = "*"
|
||||||
|
kornia = "*"
|
||||||
|
numpy = "*"
|
||||||
|
omegaconf = "*"
|
||||||
|
open_clip_torch = "*"
|
||||||
|
opencv-python = "*"
|
||||||
|
prettytable = "*"
|
||||||
|
safetensors = "*"
|
||||||
|
streamlit = "*"
|
||||||
|
test-tube = "*"
|
||||||
|
timm = "*"
|
||||||
|
torchmetrics = "*"
|
||||||
|
webdataset = "*"
|
||||||
|
yapf = "*"
|
||||||
|
wolframalpha = "*"
|
||||||
|
wikipedia = "1.4.0"
|
||||||
|
httpx = "*"
|
||||||
|
ggl = "*"
|
||||||
|
gradio_tools = "*"
|
||||||
|
arxiv = "*"
|
||||||
|
google-api-python-client = "*"
|
||||||
|
google-auth-oauth = "*"
|
||||||
|
google-auth-httplib2 = "*"
|
||||||
|
beautifulsoup4 = "4.11.2"
|
||||||
|
O365 = "*"
|
||||||
|
pytube = "*"
|
||||||
|
pydub = "*"
|
||||||
|
llama-index = "*"
|
||||||
|
fastapi = "0.94.1"
|
||||||
|
pydantic = "1.10.6"
|
||||||
|
tenacity = "8.2.2"
|
||||||
|
python-dotenv = "1.0.0"
|
||||||
|
pillow = "9.4.0"
|
||||||
|
boto3 = "*"
|
||||||
|
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"
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["poetry-core"]
|
||||||
|
build-backend = "poetry.core.masonry.api"
|
Loading…
Reference in new issue