folding-studio-demo / pyproject.toml
jfaustin's picture
tab_1_model_comparison (#2)
b8a625b verified
raw
history blame
544 Bytes
[project]
name = "folding-studio-demo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"gradio==5.30.0",
"gradio-molecule3d>=0.0.7",
"ipython>=9.2.0",
"numpy>=2.2.6",
"plotly>=6.1.1",
"folding-studio",
"biopython>=1.85",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv.sources]
folding-studio = { path = "./folding-studio" }
[project.scripts]
folding-studio-demo = "folding_studio_demo.app:__main__"