reduced size

pull/482/head
mike dupont 11 months ago
parent 79905e7e59
commit 873698ba9c

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

Loading…
Cancel
Save