titusz commited on
Commit
03f3460
·
verified ·
1 Parent(s): 4d2a503

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (3) hide show
  1. poetry.lock +0 -0
  2. pyproject.toml +2 -2
  3. requirements.txt +1 -1
poetry.lock CHANGED
The diff for this file is too large to render. See raw diff
 
pyproject.toml CHANGED
@@ -8,8 +8,8 @@ readme = "README.md"
8
  package-mode = false
9
 
10
  [tool.poetry.dependencies]
11
- python = "^3.9"
12
- gradio = "4.44.1"
13
  iscc-sdk = "^0.6.2"
14
  iscc-core= "^1.0.9"
15
  iscc-sci = "^0.1.0"
 
8
  package-mode = false
9
 
10
  [tool.poetry.dependencies]
11
+ python = "^3.10"
12
+ gradio = "5.33.1"
13
  iscc-sdk = "^0.6.2"
14
  iscc-core= "^1.0.9"
15
  iscc-sci = "^0.1.0"
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio==4.44.1
2
  iscc-sdk==0.6.2
3
  iscc-core==1.0.9
4
  iscc-sci==0.1.0
 
1
+ gradio==5.33.1
2
  iscc-sdk==0.6.2
3
  iscc-core==1.0.9
4
  iscc-sci==0.1.0