|
|
@ -1,6 +1,6 @@
|
|
|
|
|
|
|
|
python>=3.9,<4.0
|
|
|
|
torch>=2.1.1,<3.0
|
|
|
|
torch>=2.1.1,<3.0
|
|
|
|
transformers==4.39.3
|
|
|
|
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
|
|
|
|
langchain-experimental==0.0.55
|
|
|
|
langchain-experimental==0.0.55
|
|
|
@ -12,7 +12,24 @@ loguru==0.7.2
|
|
|
|
pydantic==2.6.4
|
|
|
|
pydantic==2.6.4
|
|
|
|
tenacity==8.2.3
|
|
|
|
tenacity==8.2.3
|
|
|
|
Pillow==10.2.0
|
|
|
|
Pillow==10.2.0
|
|
|
|
termcolor==2.4.0
|
|
|
|
|
|
|
|
psutil
|
|
|
|
psutil
|
|
|
|
sentry-sdk
|
|
|
|
sentry-sdk
|
|
|
|
|
|
|
|
python-dotenv
|
|
|
|
|
|
|
|
accelerate==0.28.0
|
|
|
|
|
|
|
|
opencv-python>=4.9.0.80,<4.10.0
|
|
|
|
|
|
|
|
PyYAML
|
|
|
|
docstring_parser==0.16
|
|
|
|
docstring_parser==0.16
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Lint dependencies
|
|
|
|
|
|
|
|
black>=23.1.0,<24.0.0
|
|
|
|
|
|
|
|
ruff>=0.0.249,<0.3.5
|
|
|
|
|
|
|
|
types-toml>=0.10.8.1,<0.10.9
|
|
|
|
|
|
|
|
types-pytz>=2023.3.0.0,<2023.4.0
|
|
|
|
|
|
|
|
types-chardet>=5.0.4.6,<5.0.5
|
|
|
|
|
|
|
|
mypy-protobuf>=3.0.0,<4.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Test dependencies
|
|
|
|
|
|
|
|
pytest>=8.1.1,<9.0.0
|
|
|
|
|
|
|
|
termcolor>=2.4.0,<2.5.0
|
|
|
|
|
|
|
|
pandas>=2.2.2,<2.3.0
|
|
|
|
|
|
|
|
fastapi>=0.110.1,<0.111.0
|
|
|
|