Files
first-ever-daic/pyproject.toml

12 lines
300 B
TOML

[project]
name = "first-ever-daic"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["ipykernel>=6.30.1", "matplotlib>=3.10.5", "modaic", "numpy>=2.3.2"]
[tool.uv.sources]
modaic = { path = "../../modaic", editable = true }