File size: 587 Bytes
44459bb
b8a625b
44459bb
 
 
 
 
 
b8a625b
a207e2e
142035a
d2409eb
 
142035a
b8a625b
 
44459bb
b8a625b
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[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",
    "jupyter>=1.1.1",
    "numpy>=2.2.6",
    "plotly>=6.1.1",
    "scipy>=1.15.3",
    "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__"