Skip to content

Commit 293ac5a

Browse files
Remove tqdm from dependencies (#3168)
### Changes Remove tqdm from dependencies ### Reason for changes #2162 Not used in nncf, rich used instead
1 parent a25d85e commit 293ac5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,10 @@ dependencies = [
4646
"pydot>=1.4.1, <3.0.0",
4747
"pymoo>=0.6.0.1",
4848
"rich>=13.5.2",
49+
"safetensors>=0.4.1",
4950
"scikit-learn>=0.24.0",
5051
"scipy>=1.3.2",
5152
"tabulate>=0.9.0",
52-
"tqdm>=4.54.1",
53-
"safetensors>=0.4.1"
5453
]
5554

5655
[project.optional-dependencies]

tests/onnx/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ torchvision
1212

1313
fastdownload==0.0.7
1414
scikit-learn>=1.2.2,<=1.5.0
15+
tqdm>=4.54.1
1516
yattag>=1.14.0

0 commit comments

Comments
 (0)