From a87b93410ca782657abb4e34df9159e6e47ac9ec Mon Sep 17 00:00:00 2001 From: babthamotharan <50269958+babthamotharan@users.noreply.github.com> Date: Tue, 7 Mar 2023 19:46:16 +0530 Subject: [PATCH] Upgrade dependencies ERROR: Could not find a version that satisfies the requirement torch==1.8.1 (from rpunct) (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1) ERROR: No matching distribution found for torch==1.8.1 --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3b16e1e4..4f6b7345 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -langdetect==1.0.9 -pandas==1.2.4 -simpletransformers==0.61.4 -six==1.16.0 -torch==1.8.1 +langdetect>=1.0.9 +pandas>=1.2.4 +simpletransformers>=0.61.4 +six>=1.16.0 +torch>=1.8.1