InstaNovo / pyproject.toml
BioGeek's picture
Upgrade to InstaNovo v1.1.3 with new diffusion checkpoint
802d9be
raw
history blame contribute delete
509 Bytes
[project]
name = "instanovo-gradio"
version = "0.1.0"
description = "InstaNovo Gradio App"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=5.33.1",
"gradio-log>=0.0.8",
"instanovo[cu124]>=1.1.3",
"spaces>=0.37.0",
"torch==2.4.1",
]
[tool.uv.sources]
torch = [
{ index = "pytorch-cu124", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
]
[[tool.uv.index]]
name = "pytorch-cu124"
url = "https://download.pytorch.org/whl/cu124"
explicit = true