DataDesigner/docs/notebook_source/_pyproject.toml
Andre Manoel 5d4ad10b11
chore: moving notebooks to jupytext and cleaning up workflows (#91)
* adding basic jupytext structure

Co-authored-by: Johnny Greco <jogreco@nvidia.com>

* few fixes

* first test for ci

* adding error intentionally to check workflow behavior

* test calling from other workflows

* typo

* trying as job instead

* couple of fixes

* checking path

* trying to fix path

* wrapping up

---------

Co-authored-by: Johnny Greco <jogreco@nvidia.com>
2025-12-03 17:29:07 -03:00

9 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",
]