Spaces:
Running
Running
Synced repo using 'sync_with_huggingface' Github Action
Browse files- poetry.lock +0 -0
- pyproject.toml +2 -2
- 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.
|
12 |
-
gradio = "
|
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==
|
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
|