Pierre Chapuis
commited on
update client
Browse files- pyproject.toml +1 -1
- requirements.lock +3 -3
- requirements.txt +1 -1
pyproject.toml
CHANGED
@@ -12,7 +12,7 @@ dependencies = [
|
|
12 |
"pillow>=10.4.0",
|
13 |
"gradio-imageslider>=0.0.20",
|
14 |
"pillow-heif>=0.18.0",
|
15 |
-
"finegrain @ git+ssh://[email protected]/finegrain-ai/finegrain-python@
|
16 |
]
|
17 |
readme = "README.md"
|
18 |
requires-python = ">= 3.12, <3.13"
|
|
|
12 |
"pillow>=10.4.0",
|
13 |
"gradio-imageslider>=0.0.20",
|
14 |
"pillow-heif>=0.18.0",
|
15 |
+
"finegrain @ git+ssh://[email protected]/finegrain-ai/finegrain-python@2a832d4a442ac15476ae6a146f204fb9a399fd3f#subdirectory=finegrain",
|
16 |
]
|
17 |
readme = "README.md"
|
18 |
requires-python = ">= 3.12, <3.13"
|
requirements.lock
CHANGED
@@ -39,9 +39,9 @@ ffmpy==0.5.0
|
|
39 |
# via gradio
|
40 |
filelock==3.17.0
|
41 |
# via huggingface-hub
|
42 |
-
finegrain @ git+ssh://[email protected]/finegrain-ai/finegrain-python@
|
43 |
# via eraser
|
44 |
-
fonttools==4.55.
|
45 |
# via matplotlib
|
46 |
fsspec==2024.12.0
|
47 |
# via gradio-client
|
@@ -67,7 +67,7 @@ httpx==0.28.1
|
|
67 |
# via gradio-client
|
68 |
httpx-sse==0.4.0
|
69 |
# via finegrain
|
70 |
-
huggingface-hub==0.
|
71 |
# via gradio
|
72 |
# via gradio-client
|
73 |
idna==3.10
|
|
|
39 |
# via gradio
|
40 |
filelock==3.17.0
|
41 |
# via huggingface-hub
|
42 |
+
finegrain @ git+ssh://[email protected]/finegrain-ai/finegrain-python@2a832d4a442ac15476ae6a146f204fb9a399fd3f#subdirectory=finegrain
|
43 |
# via eraser
|
44 |
+
fonttools==4.55.8
|
45 |
# via matplotlib
|
46 |
fsspec==2024.12.0
|
47 |
# via gradio-client
|
|
|
67 |
# via gradio-client
|
68 |
httpx-sse==0.4.0
|
69 |
# via finegrain
|
70 |
+
huggingface-hub==0.28.0
|
71 |
# via gradio
|
72 |
# via gradio-client
|
73 |
idna==3.10
|
requirements.txt
CHANGED
@@ -3,4 +3,4 @@ gradio_imageslider>=0.0.20
|
|
3 |
environs>=11.0.0
|
4 |
pillow>=10.4.0
|
5 |
pillow-heif>=0.18.0
|
6 |
-
git+https://github.com/finegrain-ai/finegrain-python@
|
|
|
3 |
environs>=11.0.0
|
4 |
pillow>=10.4.0
|
5 |
pillow-heif>=0.18.0
|
6 |
+
git+https://github.com/finegrain-ai/finegrain-python@2a832d4a442ac15476ae6a146f204fb9a399fd3f#subdirectory=finegrain
|