reduced size

pull/482/head
mike dupont 1 year ago
parent 79905e7e59
commit 873698ba9c

@ -32,7 +32,7 @@ classifiers = [
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.10,<4.0" python = ">=3.10,<4.0"
torch = ">=2.1.1,<3.0" #torch = ">=2.1.1,<3.0"
transformers = ">= 4.39.0, <5.0.0" transformers = ">= 4.39.0, <5.0.0"
asyncio = ">=3.4.3,<4.0" asyncio = ">=3.4.3,<4.0"
langchain-community = "0.0.29" langchain-community = "0.0.29"
@ -44,11 +44,11 @@ ratelimit = "2.2.1"
loguru = "0.7.2" loguru = "0.7.2"
pydantic = "2.7.1" pydantic = "2.7.1"
tenacity = "8.3.0" tenacity = "8.3.0"
Pillow = "10.3.0" #Pillow = "10.3.0"
psutil = "*" psutil = "*"
sentry-sdk = "*" #sentry-sdk = "*"
python-dotenv = "*" python-dotenv = "*"
opencv-python-headless = "*" #opencv-python-headless = "*"
PyYAML = "*" PyYAML = "*"
docstring_parser = "0.16" docstring_parser = "0.16"

@ -1,5 +1,5 @@
torch>=2.1.1,<3.0 #torch>=2.1.1,<3.0
transformers>=4.39.0,<5.0.0 transformers>=4.39.0,<5.0.0
asyncio>=3.4.3,<4.0 asyncio>=3.4.3,<4.0
langchain-community==0.0.29 langchain-community==0.0.29
@ -13,9 +13,9 @@ pydantic==2.7.1
tenacity==8.2.3 tenacity==8.2.3
Pillow==10.3.0 Pillow==10.3.0
psutil psutil
sentry-sdk #sentry-sdk
python-dotenv python-dotenv
opencv-python-headless #opencv-python-headless
PyYAML PyYAML
docstring_parser==0.16 docstring_parser==0.16
black>=23.1,<25.0 black>=23.1,<25.0
@ -27,4 +27,4 @@ mypy-protobuf>=3.0.0
pytest>=8.1.1 pytest>=8.1.1
termcolor>=2.4.0 termcolor>=2.4.0
pandas>=2.2.2 pandas>=2.2.2
fastapi>=0.110.1 fastapi>=0.110.1

Loading…
Cancel
Save