From ef709360620a069eec2ab037b1845d9d62f19706 Mon Sep 17 00:00:00 2001 From: Amirreza Aleyasin <98012508+Amirreza-0@users.noreply.github.com> Date: Tue, 23 Jun 2026 10:33:20 +0200 Subject: [PATCH] Update pip_requirements.txt to remove dependencies Removed torch and typing-extensions from requirements. --- pip_requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/pip_requirements.txt b/pip_requirements.txt index 5e677cad..b7c3c7cc 100644 --- a/pip_requirements.txt +++ b/pip_requirements.txt @@ -13,8 +13,6 @@ pdb2sql==0.5.3 protobuf==3.20.1 tabulate==0.9.0 toolz==1.0.0 -torch==1.10.1+cu113 -typing-extensions==3.7.4.3 urllib3==1.26.14 python-Levenshtein