first commit
This commit is contained in:
15
pyproject.toml
Normal file
15
pyproject.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user