CNN / pyproject.toml
Rahuletto's picture
init: setup
60468a5
raw
history blame
205 Bytes
[project]
name = "cnn"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
[dependency-groups]
dev = [
"ipykernel>=6.29.5",
]