added tools, updated deps

This commit is contained in:
Jan Kowalczyk
2025-08-13 14:14:54 +02:00
parent ef0ce7db89
commit 44da3c2bd9
4 changed files with 107 additions and 3 deletions

View File

@@ -12,6 +12,8 @@ dependencies = [
"kiwisolver>=1.4.8",
"matplotlib>=3.10.3",
"numpy>=2.3.1",
"onnx>=1.18.0",
"onnxscript>=0.3.2",
"pandas>=2.3.0",
"pillow>=11.2.1",
"pyparsing>=3.2.3",
@@ -23,6 +25,7 @@ dependencies = [
"six>=1.17.0",
"torch-receptive-field",
"torchscan>=0.1.1",
"visualtorch>=0.2.4",
]
[tool.uv.sources]