16 lines
289 B
TOML
16 lines
289 B
TOML
[project]
|
|
name = "mole-embedding-atlas"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"embedding-atlas",
|
|
"ipykernel",
|
|
"anywidget",
|
|
"notebook",
|
|
"rdkit",
|
|
"pandas",
|
|
"selfies==2.1.1",
|
|
]
|