[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