hibalaz commited on
Commit
7e5a7cd
1 Parent(s): 486cd93

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +114 -8
requirements.txt CHANGED
@@ -1,8 +1,114 @@
1
- gradio==2.2.15
2
- sentence-transformers==2.1.0
3
- transformers==4.15.0
4
- tokenizers>=0.10.1,<0.11
5
- datasets==1.14.0
6
- pandas==1.3.3
7
- tokenizers==0.10.0
8
- torch==1.10.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.29.2
2
+ aiofiles==23.2.1
3
+ aiohttp==3.9.4
4
+ aiosignal==1.3.1
5
+ altair==5.3.0
6
+ annotated-types==0.6.0
7
+ anyio==4.3.0
8
+ appnope==0.1.4
9
+ asttokens==2.4.1
10
+ attrs==23.2.0
11
+ certifi==2024.2.2
12
+ charset-normalizer==3.3.2
13
+ click==8.1.7
14
+ comm==0.2.2
15
+ contourpy==1.2.1
16
+ cycler==0.12.1
17
+ datasets==2.18.0
18
+ debugpy==1.8.1
19
+ decorator==5.1.1
20
+ dill==0.3.8
21
+ executing==2.0.1
22
+ fastapi==0.110.1
23
+ ffmpy==0.3.2
24
+ filelock==3.13.4
25
+ fonttools==4.51.0
26
+ frozenlist==1.4.1
27
+ fsspec==2024.2.0
28
+ gradio==4.26.0
29
+ gradio_client==0.15.1
30
+ h11==0.14.0
31
+ httpcore==1.0.5
32
+ httpx==0.27.0
33
+ huggingface-hub==0.22.2
34
+ idna==3.7
35
+ importlib_resources==6.4.0
36
+ ipykernel==6.29.4
37
+ ipython==8.23.0
38
+ jedi==0.19.1
39
+ Jinja2==3.1.3
40
+ joblib==1.4.0
41
+ jsonschema==4.21.1
42
+ jsonschema-specifications==2023.12.1
43
+ jupyter_client==8.6.1
44
+ jupyter_core==5.7.2
45
+ kiwisolver==1.4.5
46
+ markdown-it-py==3.0.0
47
+ MarkupSafe==2.1.5
48
+ matplotlib==3.8.4
49
+ matplotlib-inline==0.1.6
50
+ mdurl==0.1.2
51
+ mpmath==1.3.0
52
+ multidict==6.0.5
53
+ multiprocess==0.70.16
54
+ nest-asyncio==1.6.0
55
+ networkx==3.3
56
+ numpy==1.26.4
57
+ orjson==3.10.0
58
+ packaging==24.0
59
+ pandas==2.2.2
60
+ parso==0.8.4
61
+ pexpect==4.9.0
62
+ pillow==10.3.0
63
+ platformdirs==4.2.0
64
+ prompt-toolkit==3.0.43
65
+ psutil==5.9.8
66
+ ptyprocess==0.7.0
67
+ pure-eval==0.2.2
68
+ pyarrow==15.0.2
69
+ pyarrow-hotfix==0.6
70
+ pydantic==2.7.0
71
+ pydantic_core==2.18.1
72
+ pydub==0.25.1
73
+ Pygments==2.17.2
74
+ pyparsing==3.1.2
75
+ python-dateutil==2.9.0.post0
76
+ python-multipart==0.0.9
77
+ pytz==2024.1
78
+ PyYAML==6.0.1
79
+ pyzmq==25.1.2
80
+ referencing==0.34.0
81
+ regex==2023.12.25
82
+ requests==2.31.0
83
+ rich==13.7.1
84
+ rpds-py==0.18.0
85
+ ruff==0.3.7
86
+ safetensors==0.4.2
87
+ scikit-learn==1.4.2
88
+ scipy==1.13.0
89
+ semantic-version==2.10.0
90
+ sentence-transformers==2.6.1
91
+ shellingham==1.5.4
92
+ six==1.16.0
93
+ sniffio==1.3.1
94
+ stack-data==0.6.3
95
+ starlette==0.37.2
96
+ sympy==1.12
97
+ threadpoolctl==3.4.0
98
+ tokenizers==0.15.2
99
+ tomlkit==0.12.0
100
+ toolz==0.12.1
101
+ torch==2.2.2
102
+ tornado==6.4
103
+ tqdm==4.66.2
104
+ traitlets==5.14.2
105
+ transformers==4.39.3
106
+ typer==0.12.3
107
+ typing_extensions==4.11.0
108
+ tzdata==2024.1
109
+ urllib3==2.2.1
110
+ uvicorn==0.29.0
111
+ wcwidth==0.2.13
112
+ websockets==11.0.3
113
+ xxhash==3.4.1
114
+ yarl==1.9.4