talktorhutika commited on
Commit
70aadeb
·
verified ·
1 Parent(s): 88b9f86

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +103 -0
requirements.txt ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.33.0
2
+ aiohttp==3.9.5
3
+ aiosignal==1.3.1
4
+ alembic==1.13.2
5
+ altair==5.3.0
6
+ annotated-types==0.7.0
7
+ attrs==23.2.0
8
+ banal==1.0.6
9
+ blinker==1.8.2
10
+ blis==0.7.11
11
+ cachetools==5.4.0
12
+ catalogue==2.0.10
13
+ certifi==2024.7.4
14
+ charset-normalizer==3.3.2
15
+ click==8.1.7
16
+ cloudpathlib==0.18.1
17
+ confection==0.1.5
18
+ cymem==2.0.8
19
+ dataset==1.6.2
20
+ datasets==2.20.0
21
+ dill==0.3.8
22
+ filelock==3.15.4
23
+ frozenlist==1.4.1
24
+ fsspec==2024.5.0
25
+ gitdb==4.0.11
26
+ GitPython==3.1.43
27
+ huggingface-hub==0.24.2
28
+ idna==3.7
29
+ Jinja2==3.1.4
30
+ joblib==1.4.2
31
+ jsonschema==4.23.0
32
+ jsonschema-specifications==2023.12.1
33
+ langcodes==3.4.0
34
+ language_data==1.2.0
35
+ Mako==1.3.5
36
+ marisa-trie==1.2.0
37
+ markdown-it-py==3.0.0
38
+ MarkupSafe==2.1.5
39
+ mdurl==0.1.2
40
+ mpmath==1.3.0
41
+ multidict==6.0.5
42
+ multiprocess==0.70.16
43
+ murmurhash==1.0.10
44
+ networkx==3.3
45
+ nltk==3.8.1
46
+ numpy==1.26.4
47
+ packaging==24.1
48
+ pandas==2.2.2
49
+ path==16.14.0
50
+ pillow==10.4.0
51
+ preshed==3.0.9
52
+ protobuf==5.27.2
53
+ psutil==6.0.0
54
+ pyarrow==17.0.0
55
+ pyarrow-hotfix==0.6
56
+ pydantic==2.8.2
57
+ pydantic_core==2.20.1
58
+ pydeck==0.9.1
59
+ Pygments==2.18.0
60
+ python-dateutil==2.9.0.post0
61
+ pytz==2024.1
62
+ PyYAML==6.0.1
63
+ referencing==0.35.1
64
+ regex==2024.5.15
65
+ requests==2.32.3
66
+ rich==13.7.1
67
+ rpds-py==0.19.1
68
+ safetensors==0.4.3
69
+ scikit-learn==1.5.1
70
+ scipy==1.14.0
71
+ setuptools==71.1.0
72
+ shellingham==1.5.4
73
+ six==1.16.0
74
+ smart-open==7.0.4
75
+ smmap==5.0.1
76
+ spacy==3.7.5
77
+ spacy-legacy==3.0.12
78
+ spacy-loggers==1.0.5
79
+ SQLAlchemy==1.4.52
80
+ srsly==2.4.8
81
+ streamlit==1.36.0
82
+ sympy==1.13.1
83
+ tenacity==8.5.0
84
+ textblob==0.18.0.post0
85
+ thinc==8.2.5
86
+ threadpoolctl==3.5.0
87
+ tokenizers==0.19.1
88
+ toml==0.10.2
89
+ toolz==0.12.1
90
+ torch==2.4.0
91
+ torchtext==0.18.0
92
+ tornado==6.4.1
93
+ tqdm==4.66.4
94
+ transformers==4.43.2
95
+ typer==0.12.3
96
+ typing_extensions==4.12.2
97
+ tzdata==2024.1
98
+ urllib3==2.2.2
99
+ wasabi==1.1.3
100
+ weasel==0.4.1
101
+ wrapt==1.16.0
102
+ xxhash==3.4.1
103
+ yarl==1.9.4