Files
mt/Deep-SAD-PyTorch/pyproject.toml

35 lines
823 B
TOML
Raw Permalink Normal View History

[project]
name = "deep-sad-pytorch"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"click>=8.2.1",
"cvxopt>=1.3.2",
"cycler>=0.12.1",
"joblib>=1.5.1",
"kiwisolver>=1.4.8",
"matplotlib>=3.10.3",
"numpy>=2.3.1",
2025-08-13 14:14:54 +02:00
"onnx>=1.18.0",
"onnxscript>=0.3.2",
"pandas>=2.3.0",
"pillow>=11.2.1",
"pyparsing>=3.2.3",
"python-dateutil>=2.9.0.post0",
"pytz>=2025.2",
"scikit-learn>=1.7.0",
"scipy>=1.16.0",
"seaborn>=0.13.2",
"six>=1.17.0",
2025-09-11 14:50:16 +02:00
"tabulate>=0.9.0",
"thop>=0.1.1.post2209072238",
"torch-receptive-field",
"torchscan>=0.1.1",
2025-08-13 14:14:54 +02:00
"visualtorch>=0.2.4",
]
[tool.uv.sources]
torch-receptive-field = { git = "https://github.com/Fangyh09/pytorch-receptive-field.git" }