mirror of
https://github.com/NVIDIA-NeMo/DataDesigner
synced 2026-05-24 09:48:29 +00:00
10 lines
177 B
TOML
10 lines
177 B
TOML
|
|
[project]
|
||
|
|
name = "data_designer_tutorial"
|
||
|
|
version = "0.1.0"
|
||
|
|
readme = "README.md"
|
||
|
|
requires-python = ">=3.11"
|
||
|
|
dependencies = [
|
||
|
|
"data-designer>=0.1.0",
|
||
|
|
"jupyter>=1.1.1",
|
||
|
|
]
|