File size: 502 Bytes
e649e86
 
 
 
 
 
 
 
dd42569
e83226b
85d497c
6bcebfe
e649e86
 
 
6bcebfe
 
 
 
 
 
 
 
 
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
[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>=1.1.0",
    "spaces>=0.34.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