InSono / pyproject.toml
milos-milic's picture
Initial commit - InSono MVP clean
8c440cf
[project]
name = "repl-nix-workspace"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.11,<3.12"
dependencies = [
"flask>=3.1.2",
"hydra-core>=1.3.2",
"iopath>=0.1.10",
"numpy>=2.4.1",
"opencv-python-headless>=4.11.0.86",
"pillow>=12.1.0",
"psutil>=7.2.2",
"pydicom>=3.0.1",
"reportlab>=4.4.9",
"requests>=2.32.5",
"torch>=2.10.0",
"tqdm>=4.67.3",
]
[[tool.uv.index]]
explicit = true
name = "pytorch-cpu"
url = "https://download.pytorch.org/whl/cpu"
[tool.uv.sources]
torch = [{ index = "pytorch-cpu", marker = "platform_system == 'Linux'" }]