You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

15 lines
284 B

[project]
name = "ddpm"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"torch>=2.5.0",
"torchvision>=0.20.0",
"matplotlib>=3.9.2",
"tqdm>=4.66.5",
"numpy>=2.1.2",
"pyqt6>=6.7.1",
]