Jongmo commited on
Commit
a7e6d7b
1 Parent(s): 04916cc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +117 -117
requirements.txt CHANGED
@@ -1,118 +1,118 @@
1
- absl-py==2.1.0
2
- aiohttp==3.9.5
3
- aiosignal==1.3.1
4
- annotated-types==0.6.0
5
- appnope==0.1.4
6
- asttokens==2.4.1
7
- async-timeout==4.0.3
8
- attrs==23.2.0
9
- beautifulsoup4==4.12.3
10
- blis==0.7.11
11
- boto3==1.34.95
12
- botocore==1.34.95
13
- bs4==0.0.2
14
- callbacks==0.3.0
15
- catalogue==2.0.10
16
- certifi==2024.2.2
17
- charset-normalizer==3.3.2
18
- click==8.1.7
19
- cloudpathlib==0.16.0
20
- colorama==0.4.6
21
- comm==0.2.2
22
- confection==0.1.4
23
- cymem==2.0.8
24
- debugpy==1.8.1
25
- decorator==5.1.1
26
- exceptiongroup==1.2.1
27
- executing==2.0.1
28
- fasttext==0.9.2
29
- filelock==3.14.0
30
- frozenlist==1.4.1
31
- fsspec==2024.3.1
32
- html5lib==1.1
33
- huggingface-hub==0.22.2
34
- idna==3.7
35
- importlib_metadata==7.1.0
36
- ipykernel==6.29.4
37
- ipython==8.18.1
38
- jedi==0.19.1
39
- Jinja2==3.1.3
40
- jmespath==1.0.1
41
- joblib==1.4.0
42
- jupyter_client==8.6.1
43
- jupyter_core==5.7.2
44
- langcodes==3.4.0
45
- language_data==1.2.0
46
- Levenshtein==0.25.1
47
- lightning-utilities==0.11.2
48
- lxml==5.2.1
49
- marisa-trie==1.1.0
50
- MarkupSafe==2.1.5
51
- matplotlib-inline==0.1.7
52
- mpmath==1.3.0
53
- multidict==6.0.5
54
- murmurhash==1.0.10
55
- mypy-extensions==1.0.0
56
- nest-asyncio==1.6.0
57
- networkx==3.2.1
58
- nltk==3.8.1
59
- numpy==1.26.4
60
- packaging==24.0
61
- pandas==2.2.2
62
- parso==0.8.4
63
- pexpect==4.9.0
64
- platformdirs==4.2.1
65
- portalocker==2.8.2
66
- preshed==3.0.9
67
- prompt-toolkit==3.0.43
68
- psutil==5.9.8
69
- ptyprocess==0.7.0
70
- pure-eval==0.2.2
71
- pybind11==2.12.0
72
- pydantic==2.7.1
73
- pydantic_core==2.18.2
74
- Pygments==2.17.2
75
- pysbd==0.3.4
76
- python-dateutil==2.9.0.post0
77
- pytorch-lightning==2.2.3
78
- pytz==2024.1
79
- PyYAML==6.0.1
80
- pyzmq==26.0.2
81
- qwikidata==0.4.2
82
- rapidfuzz==3.8.1
83
- regex==2024.4.28
84
- requests==2.31.0
85
- rouge_score==0.1.2
86
- s3transfer==0.10.1
87
- sacrebleu==2.4.2
88
- safetensors==0.4.3
89
- sentence-splitter==1.4
90
- six==1.16.0
91
- smart-open==6.4.0
92
- soupsieve==2.5
93
- spacy==3.7.4
94
- spacy-legacy==3.0.12
95
- spacy-loggers==1.0.5
96
- srsly==2.4.8
97
- stack-data==0.6.3
98
- sympy==1.12
99
- tabulate==0.9.0
100
- thinc==8.2.3
101
- tokenizers==0.19.1
102
- torch==2.2.2
103
- torchmetrics==1.3.2
104
- tornado==6.4
105
- tqdm==4.66.2
106
- traitlets==5.14.3
107
- transformers==4.40.1
108
- typer==0.9.4
109
- typing_extensions==4.11.0
110
- tzdata==2024.1
111
- urllib3==1.26.18
112
- wasabi==1.1.2
113
- wcwidth==0.2.13
114
- weasel==0.3.4
115
- webencodings==0.5.1
116
- yarl==1.9.4
117
- zipp==3.18.1
118
  sentence_transformers
 
1
+ absl-py
2
+ aiohttp
3
+ aiosignal
4
+ annotated-types
5
+ appnope
6
+ asttokens
7
+ async-timeout
8
+ attrs
9
+ beautifulsoup4
10
+ blis
11
+ boto3
12
+ botocore
13
+ bs4
14
+ callbacks
15
+ catalogue
16
+ certifi
17
+ charset-normalizer
18
+ click
19
+ cloudpathlib
20
+ colorama
21
+ comm
22
+ confection
23
+ cymem
24
+ debugpy
25
+ decorator
26
+ exceptiongroup
27
+ executing
28
+ fasttext
29
+ filelock
30
+ frozenlist
31
+ fsspec
32
+ html5lib
33
+ huggingface-hub
34
+ idna
35
+ importlib_metadata
36
+ ipykernel
37
+ ipython
38
+ jedi
39
+ Jinja2
40
+ jmespath
41
+ joblib
42
+ jupyter_client
43
+ jupyter_core
44
+ langcodes
45
+ language_data
46
+ Levenshtein
47
+ lightning-utilities
48
+ lxml
49
+ marisa-trie
50
+ MarkupSafe
51
+ matplotlib-inline
52
+ mpmath
53
+ multidict
54
+ murmurhash
55
+ mypy-extensions
56
+ nest-asyncio
57
+ networkx
58
+ nltk
59
+ numpy
60
+ packaging
61
+ pandas
62
+ parso
63
+ pexpect
64
+ platformdirs
65
+ portalocker
66
+ preshed
67
+ prompt-toolkit
68
+ psutil
69
+ ptyprocess
70
+ pure-eval
71
+ pybind11
72
+ pydantic
73
+ pydantic_core
74
+ Pygments
75
+ pysbd
76
+ python-dateutil
77
+ pytorch-lightning
78
+ pytz
79
+ PyYAML
80
+ pyzmq
81
+ qwikidata
82
+ rapidfuzz
83
+ regex
84
+ requests
85
+ rouge_score
86
+ s3transfer
87
+ sacrebleu
88
+ safetensors
89
+ sentence-splitter
90
+ six
91
+ smart-open
92
+ soupsieve
93
+ spacy
94
+ spacy-legacy
95
+ spacy-loggers
96
+ srsly
97
+ stack-data
98
+ sympy
99
+ tabulate
100
+ thinc
101
+ tokenizers
102
+ torch
103
+ torchmetrics
104
+ tornado
105
+ tqdm
106
+ traitlets
107
+ transformers
108
+ typer
109
+ typing_extensions
110
+ tzdata
111
+ urllib3
112
+ wasabi
113
+ wcwidth
114
+ weasel
115
+ webencodings
116
+ yarl
117
+ zipp
118
  sentence_transformers