From b3cf1b4e91c390dc30baedb75a47efaf333f694f Mon Sep 17 00:00:00 2001 From: Onkar Chougule Date: Sat, 4 May 2024 01:12:48 +0530 Subject: [PATCH] removed onnx simplifier and loosen urlib3 constraint Signed-off-by: Onkar Chougule --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f7568be43..21a29224c 100644 --- a/setup.py +++ b/setup.py @@ -23,11 +23,10 @@ "datasets==2.7.0", "fsspec==2023.6.0", "multidict==6.0.4", - "urllib3==1.26.18", + "urllib3<2", "sentencepiece==0.1.98", "onnx==1.15.0", "onnxruntime==1.12.1", - "onnx-simplifier==0.4.33", "numpy==1.23.0", "protobuf==3.20.2", "onnxscript==0.1.0.dev20240327",