InstaNovo / pyproject.toml
BioGeek's picture
build: pin pytorch to2.4.1
6bcebfe
raw
history blame
538 Bytes
[project]
name = "instanovo-gradio"
version = "0.1.0"
description = "InstaNovo Gradio App"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=5.23.1",
"gradio-log>=0.0.8",
"instanovo",
"torch==2.4.1",
]
[tool.uv.sources]
instanovo = { git = "https://github.com/instadeepai/instanovo" }
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