BioGeek commited on
Commit
e649e86
·
1 Parent(s): 20c665f

build: add pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +13 -0
pyproject.toml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "instanovo-gradio"
3
+ version = "0.1.0"
4
+ description = "InstaNovo Gradio App"
5
+ readme = "README.md"
6
+ requires-python = ">=3.12"
7
+ dependencies = [
8
+ "gradio>=5.23.1",
9
+ "instanovo",
10
+ ]
11
+
12
+ [tool.uv.sources]
13
+ instanovo = { path = "../dtu-denovo-sequencing/dist/instanovo-1.1.0-py3-none-any.whl" }