toshas commited on
Commit
559a8ac
·
1 Parent(s): 0a9d15c

pin extra transient dependencies

Browse files
Files changed (2) hide show
  1. requirements.pinned.txt +59 -0
  2. requirements.txt +4 -1
requirements.pinned.txt ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.8.0
4
+ certifi==2024.12.14
5
+ charset-normalizer==3.4.1
6
+ click==8.0.4
7
+ contourpy==1.3.1
8
+ cycler==0.12.1
9
+ fastapi==0.115.8
10
+ ffmpy==0.5.0
11
+ filelock==3.16.1
12
+ fonttools==4.56.0
13
+ fsspec==2024.9.0
14
+ gradio==4.44.1
15
+ gradio_client==1.3.0
16
+ gradio_imageslider==0.0.20
17
+ h11==0.14.0
18
+ httpcore==1.0.7
19
+ httpx==0.28.1
20
+ huggingface-hub==0.27.0
21
+ idna==3.10
22
+ importlib_resources==6.5.2
23
+ Jinja2==3.1.5
24
+ kiwisolver==1.4.8
25
+ markdown-it-py==3.0.0
26
+ MarkupSafe==2.1.5
27
+ matplotlib==3.10.0
28
+ mdurl==0.1.2
29
+ numpy==2.2.1
30
+ orjson==3.10.15
31
+ packaging==24.2
32
+ pandas==2.2.3
33
+ pillow==10.4.0
34
+ psutil==5.9.8
35
+ pydantic==2.10.6
36
+ pydantic_core==2.27.2
37
+ pydub==0.25.1
38
+ Pygments==2.19.1
39
+ pyparsing==3.2.1
40
+ python-dateutil==2.9.0.post0
41
+ python-multipart==0.0.20
42
+ pytz==2024.2
43
+ PyYAML==6.0.2
44
+ requests==2.32.3
45
+ rich==13.9.4
46
+ ruff==0.9.6
47
+ semantic-version==2.10.0
48
+ shellingham==1.5.4
49
+ six==1.17.0
50
+ sniffio==1.3.1
51
+ spaces==0.32.0
52
+ starlette==0.45.3
53
+ tomlkit==0.12.0
54
+ tqdm==4.67.1
55
+ typing_extensions==4.12.2
56
+ tzdata==2024.2
57
+ urllib3==2.3.0
58
+ uvicorn==0.34.0
59
+ websockets==12.0
requirements.txt CHANGED
@@ -1,3 +1,6 @@
1
  gradio==4.44.1
 
2
  gradio_imageslider==0.0.20
3
- spaces
 
 
 
1
  gradio==4.44.1
2
+ gradio_client==1.3.0
3
  gradio_imageslider==0.0.20
4
+ pydantic==2.10.6
5
+ pydantic_core==2.27.2
6
+ spaces==0.32.0