From 60d896977f869b225796658251e1b197e9fe043a Mon Sep 17 00:00:00 2001 From: Eternal Reclaimer <98760976+kyegomez@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:31:22 -0400 Subject: [PATCH] Update requirements.txt --- requirements.txt | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index f657496b..017498fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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