From 8dbb6d37dcb6c97525771f3609cfdbf231573880 Mon Sep 17 00:00:00 2001 From: Dhruv Menon Date: Thu, 4 Sep 2025 12:19:04 +0530 Subject: [PATCH] pin all pip dependencies --- requirements.txt | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/requirements.txt b/requirements.txt index 901a27fa..1a6c3713 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,21 +1,22 @@ -torch -easyocr -torchvision +torch==2.8.0 +pydantic==2.10.6 +easyocr==1.7.2 +torchvision==0.23.0 supervision==0.18.0 openai==1.3.5 -transformers +transformers==4.49.0 ultralytics==8.3.70 -azure-identity +azure-identity==1.24.0 numpy==1.26.4 -opencv-python -opencv-python-headless -gradio -dill -accelerate -timm +opencv-python==4.6.0.66 +opencv-python-headless==4.6.0.66 +gradio==5.13.2 +dill==0.4.0 +accelerate==1.10.1 +timm==1.0.19 einops==0.8.0 -paddlepaddle -paddleocr +paddlepaddle==3.1.1 +paddleocr==2.7.3 ruff==0.6.7 pre-commit==3.8.0 pytest==8.3.3 @@ -26,7 +27,7 @@ anthropic[bedrock,vertex]>=0.37.1 jsonschema==4.22.0 boto3>=1.28.57 google-auth<3,>=2 -screeninfo -uiautomation -dashscope -groq \ No newline at end of file +screeninfo==0.8.1 +uiautomation==2.0.29 +dashscope==1.24.2 +groq==0.31.0 \ No newline at end of file