You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
373 B
TOML
18 lines
373 B
TOML
[project]
|
|
name = "embedding-lab"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"marimo>=0.13.7",
|
|
"matplotlib>=3.10.3",
|
|
"numpy>=2.2.5",
|
|
"pandas>=2.2.3",
|
|
"plotly>=6.0.1",
|
|
"pynndescent>=0.5.13",
|
|
"requests>=2.32.3",
|
|
"scikit-learn>=1.6.1",
|
|
"umap-learn>=0.5.7",
|
|
]
|