Update requirements.txt

pull/439/head
Eternal Reclaimer 9 months ago committed by GitHub
parent c12b336a39
commit 60d896977f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,6 +1,6 @@
python>=3.9,<4.0
torch>=2.1.1,<3.0
transformers==4.39.3
transformers>=4.39.0,<5.0.0
asyncio>=3.4.3,<4.0
langchain-community==0.0.29
langchain-experimental==0.0.55
@ -12,7 +12,24 @@ loguru==0.7.2
pydantic==2.6.4
tenacity==8.2.3
Pillow==10.2.0
termcolor==2.4.0
psutil
sentry-sdk
python-dotenv
accelerate==0.28.0
opencv-python>=4.9.0.80,<4.10.0
PyYAML
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

Loading…
Cancel
Save