BioGeek commited on
Commit
e83226b
Β·
1 Parent(s): eed024c

build: update InstaNovo to v1.1.0

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. pyproject.toml +1 -2
  3. requirements.txt +0 -0
  4. uv.lock +6 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: De Novo Peptide Sequencing With InstaNovo
3
- emoji: πŸš€πŸ§ͺ
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
 
1
  ---
2
  title: De Novo Peptide Sequencing With InstaNovo
3
+ emoji: βš—οΈπŸ“Š
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
pyproject.toml CHANGED
@@ -7,12 +7,11 @@ requires-python = ">=3.12"
7
  dependencies = [
8
  "gradio>=5.23.1",
9
  "gradio-log>=0.0.8",
10
- "instanovo",
11
  "torch==2.4.1",
12
  ]
13
 
14
  [tool.uv.sources]
15
- instanovo = { git = "https://github.com/instadeepai/instanovo" }
16
  torch = [
17
  { index = "pytorch-cu124", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
18
  ]
 
7
  dependencies = [
8
  "gradio>=5.23.1",
9
  "gradio-log>=0.0.8",
10
+ "instanovo>=1.1.0",
11
  "torch==2.4.1",
12
  ]
13
 
14
  [tool.uv.sources]
 
15
  torch = [
16
  { index = "pytorch-cu124", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
17
  ]
requirements.txt CHANGED
The diff for this file is too large to render. See raw diff
 
uv.lock CHANGED
@@ -818,7 +818,7 @@ wheels = [
818
  [[package]]
819
  name = "instanovo"
820
  version = "1.1.0"
821
- source = { git = "https://github.com/instadeepai/instanovo#8b89396d6fb5013a8b775bf8718c74b07647b715" }
822
  dependencies = [
823
  { name = "datasets" },
824
  { name = "gitpython" },
@@ -844,6 +844,10 @@ dependencies = [
844
  { name = "transfusion-asr" },
845
  { name = "typer" },
846
  ]
 
 
 
 
847
 
848
  [[package]]
849
  name = "instanovo-gradio"
@@ -862,7 +866,7 @@ dependencies = [
862
  requires-dist = [
863
  { name = "gradio", specifier = ">=5.23.1" },
864
  { name = "gradio-log", specifier = ">=0.0.8" },
865
- { name = "instanovo", git = "https://github.com/instadeepai/instanovo" },
866
  { name = "torch", marker = "sys_platform != 'linux' and sys_platform != 'win32'", specifier = "==2.4.1" },
867
  { name = "torch", marker = "sys_platform == 'linux' or sys_platform == 'win32'", specifier = "==2.4.1", index = "https://download.pytorch.org/whl/cu124" },
868
  ]
 
818
  [[package]]
819
  name = "instanovo"
820
  version = "1.1.0"
821
+ source = { registry = "https://pypi.org/simple" }
822
  dependencies = [
823
  { name = "datasets" },
824
  { name = "gitpython" },
 
844
  { name = "transfusion-asr" },
845
  { name = "typer" },
846
  ]
847
+ sdist = { url = "https://files.pythonhosted.org/packages/8c/ae/abe65cd5cc1dd7d96687e8c57d6beb484c2444b4f9d936c273280d5f880e/instanovo-1.1.0.tar.gz", hash = "sha256:52ca587960820659046ad104b9fe071e91e45a4d011ae4427ec856a770280138", size = 111064 }
848
+ wheels = [
849
+ { url = "https://files.pythonhosted.org/packages/bc/37/046a715581b2d04fafbcaf9466de4b1211798ac82316e79c9c16a18f9544/instanovo-1.1.0-py3-none-any.whl", hash = "sha256:6c4b2c1874b0714ba7b3a8541639a4ce521f913245e0938e5f2cd2add9f8f296", size = 129669 },
850
+ ]
851
 
852
  [[package]]
853
  name = "instanovo-gradio"
 
866
  requires-dist = [
867
  { name = "gradio", specifier = ">=5.23.1" },
868
  { name = "gradio-log", specifier = ">=0.0.8" },
869
+ { name = "instanovo", specifier = ">=1.1.0" },
870
  { name = "torch", marker = "sys_platform != 'linux' and sys_platform != 'win32'", specifier = "==2.4.1" },
871
  { name = "torch", marker = "sys_platform == 'linux' or sys_platform == 'win32'", specifier = "==2.4.1", index = "https://download.pytorch.org/whl/cu124" },
872
  ]