13 lines
252 B
TOML
13 lines
252 B
TOML
[project]
|
|
name = "livingagents"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"nicegui>=2.23.3",
|
|
"openai>=1.102.0",
|
|
"scikit-learn>=1.7.1",
|
|
"tqdm>=4.67.1",
|
|
]
|