Skip to content

Commit

Permalink
Remove tqdm from dependencies (#3168)
Browse files Browse the repository at this point in the history
### Changes

Remove tqdm from dependencies

### Reason for changes

#2162

Not used in nncf, rich used instead
  • Loading branch information
AlexanderDokuchaev authored Dec 30, 2024
1 parent a25d85e commit 293ac5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,10 @@ dependencies = [
"pydot>=1.4.1, <3.0.0",
"pymoo>=0.6.0.1",
"rich>=13.5.2",
"safetensors>=0.4.1",
"scikit-learn>=0.24.0",
"scipy>=1.3.2",
"tabulate>=0.9.0",
"tqdm>=4.54.1",
"safetensors>=0.4.1"
]

[project.optional-dependencies]
Expand Down
1 change: 1 addition & 0 deletions tests/onnx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ torchvision

fastdownload==0.0.7
scikit-learn>=1.2.2,<=1.5.0
tqdm>=4.54.1
yattag>=1.14.0

0 comments on commit 293ac5a

Please sign in to comment.