[project] name = "dlexperiment" version = "0.1.0" description = "The code for deep learning experiment course." readme = "README.md" requires-python = ">=3.11" dependencies = [ "datasets>=4.3.0", "matplotlib>=3.10.7", "numpy>=2.3.4", "pillow>=12.0.0", "pytorch-ignite>=0.5.3", "torch>=2.9.0", "torchinfo>=1.8.0", "torchvision>=0.24.0", ] [tool.uv.sources] torch = [ { index = "pytorch-cu126", marker = "sys_platform == 'linux' or sys_platform == 'win32'" }, ] torchvision = [ { index = "pytorch-cu126", marker = "sys_platform == 'linux' or sys_platform == 'win32'" }, ] [[tool.uv.index]] name = "pytorch-cu126" url = "https://download.pytorch.org/whl/cu126" explicit = true