We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25d85e commit 293ac5aCopy full SHA for 293ac5a
pyproject.toml
@@ -46,11 +46,10 @@ dependencies = [
46
"pydot>=1.4.1, <3.0.0",
47
"pymoo>=0.6.0.1",
48
"rich>=13.5.2",
49
+ "safetensors>=0.4.1",
50
"scikit-learn>=0.24.0",
51
"scipy>=1.3.2",
52
"tabulate>=0.9.0",
- "tqdm>=4.54.1",
53
- "safetensors>=0.4.1"
54
]
55
56
[project.optional-dependencies]
tests/onnx/requirements.txt
@@ -12,4 +12,5 @@ torchvision
12
13
fastdownload==0.0.7
14
scikit-learn>=1.2.2,<=1.5.0
15
+tqdm>=4.54.1
16
yattag>=1.14.0
0 commit comments