File size: 572 Bytes
cd1d940 19c1751 cd1d940 19c1751 c411cd0 cd1d940 19c1751 cd1d940 4f1ddf1 19c1751 | 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 = "rocketshp-space"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11,<3.13"
dependencies = [
"biotite",
"esm",
"gradio[oauth]>=5.49.1",
"gradio-molecule3d>=0.0.7",
"huggingface-hub>=0.36.0",
"loguru",
"matplotlib",
"numpy>=1.23.5<2",
"omegaconf",
"torch",
"pandas",
"transformers",
"scipy",
"tqdm",
"rocketshp @ git+https://github.com/FlatironInstitute/RocketSHP.git"
]
[tool.uv.sources]
esm = { git = "https://github.com/samsledje/esm"}
|