Krishnan Palanisami commited on
Commit
aef647b
·
verified ·
1 Parent(s): c90f0a5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +126 -113
requirements.txt CHANGED
@@ -1,113 +1,126 @@
1
- annotated-types==0.6.0
2
- anyascii==0.3.2
3
- anyio==4.3.0
4
- appdirs==1.4.4
5
- attrs==23.2.0
6
- backoff==2.2.1
7
- beautifulsoup4==4.12.3
8
- blis==0.7.11
9
- boilerpy3==1.0.7
10
- catalogue==2.0.10
11
- cattrs==23.2.3
12
- certifi==2024.2.2
13
- charset-normalizer==3.3.2
14
- click==8.1.7
15
- cloudpathlib==0.16.0
16
- colorama==0.4.6
17
- confection==0.1.4
18
- contractions==0.1.73
19
- cymem==2.0.8
20
- docopt==0.6.2
21
- editdistance==0.8.1
22
- Events==0.5
23
- farm-haystack==1.25.2
24
- filelock==3.13.4
25
- flashtext==2.7
26
- fsspec==2024.3.1
27
- future==1.0.0
28
- h11==0.14.0
29
- httpcore==1.0.5
30
- httpx==0.27.0
31
- huggingface-hub==0.22.2
32
- idna==3.7
33
- inflect==7.2.0
34
- interaction==1.3
35
- jellyfish==0.8.2
36
- Jinja2==3.1.3
37
- joblib==1.4.0
38
- jsonschema==4.21.1
39
- jsonschema-specifications==2023.12.1
40
- langcodes==3.3.0
41
- lazy-imports==0.3.1
42
- MarkupSafe==2.1.5
43
- monotonic==1.6
44
- more-itertools==10.2.0
45
- mpmath==1.3.0
46
- murmurhash==1.0.10
47
- networkx==3.3
48
- nltk==3.8.1
49
- num2words==0.5.13
50
- numpy==1.26.4
51
- packaging==24.0
52
- pandas==2.2.2
53
- pathlib==1.0.1
54
- pillow==10.3.0
55
- pke @ git+https://github.com/boudinfl/pke.git@69871ffdb720b83df23684fea53ec8776fd87e63
56
- platformdirs==4.2.0
57
- posthog==3.5.0
58
- preshed==3.0.9
59
- prompthub-py==4.0.0
60
- protobuf==5.26.1
61
- pyahocorasick==2.1.0
62
- pydantic==1.10.15
63
- pydantic_core==2.18.1
64
- python-dateutil==2.9.0.post0
65
- pytz==2024.1
66
- PyYAML==6.0.1
67
- quantulum3==0.9.1
68
- rank-bm25==0.2.2
69
- referencing==0.34.0
70
- regex==2024.4.16
71
- requests==2.31.0
72
- requests-cache==0.9.8
73
- rpds-py==0.18.0
74
- safetensors==0.4.3
75
- scikit-learn==1.4.2
76
- scipy==1.13.0
77
- sense2vec==2.0.2
78
- sentence-transformers==2.7.0
79
- sentencepiece==0.2.0
80
- similarity==0.0.1
81
- six==1.16.0
82
- smart-open==6.4.0
83
- sniffio==1.3.1
84
- soupsieve==2.5
85
- spacy==3.7.4
86
- spacy-legacy==3.0.12
87
- spacy-loggers==1.0.5
88
- srsly==2.4.8
89
- sseclient-py==1.8.0
90
- strsim==0.0.3
91
- sympy==1.12
92
- tenacity==8.2.3
93
- textsearch==0.0.24
94
- textwrap3==0.9.2
95
- thinc==8.2.3
96
- threadpoolctl==3.4.0
97
- tiktoken==0.6.0
98
- tokenizers==0.15.2
99
- torch==2.2.2
100
- tqdm==4.66.2
101
- transformers==4.37.2
102
- typeguard==4.2.1
103
- typer==0.9.4
104
- typing_extensions==4.11.0
105
- tzdata==2024.1
106
- Unidecode==1.3.8
107
- url-normalize==1.4.3
108
- urllib3==2.2.1
109
- wasabi==1.1.2
110
- weasel==0.3.4
111
- wikipedia==1.4.0
112
- en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl#sha256=86cc141f63942d4b2c5fcee06630fd6f904788d2f0ab005cce45aadb8fb73889
113
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotated-types
2
+ anyascii
3
+ anyio
4
+ appdirs
5
+ attrs
6
+ backoff
7
+ beautifulsoup4
8
+ blis
9
+ boilerpy3
10
+ catalogue
11
+ cattrs
12
+ certifi
13
+ charset-normalizer
14
+ click
15
+ cloudpathlib
16
+ colorama
17
+ confection
18
+ contractions
19
+ cymem
20
+ docopt
21
+ editdistance
22
+ en-core-web-sm
23
+ events
24
+ farm-haystack
25
+ filelock
26
+ flashtext
27
+ fsspec
28
+ future
29
+ h11
30
+ httpcore
31
+ httpx
32
+ huggingface-hub
33
+ idna
34
+ inflect
35
+ interaction
36
+ jellyfish
37
+ jinja2
38
+ joblib
39
+ jsonschema
40
+ jsonschema-specifications
41
+ langcodes
42
+ lazy-imports
43
+ logging
44
+ markupsafe
45
+ monotonic
46
+ more-itertools
47
+ mpmath
48
+ murmurhash
49
+ networkx
50
+ nltk
51
+ num2words
52
+ numpy
53
+ nvidia-cublas-cu12
54
+ nvidia-cuda-cupti-cu12
55
+ nvidia-cuda-nvrtc-cu12
56
+ nvidia-cuda-runtime-cu12
57
+ nvidia-cudnn-cu12
58
+ nvidia-cufft-cu12
59
+ nvidia-curand-cu12
60
+ nvidia-cusolver-cu12
61
+ nvidia-cusparse-cu12
62
+ nvidia-nccl-cu12
63
+ nvidia-nvjitlink-cu12
64
+ nvidia-nvtx-cu12
65
+ packaging
66
+ pandas
67
+ pathlib
68
+ pillow
69
+ pke
70
+ platformdirs
71
+ posthog
72
+ preshed
73
+ prompthub-py
74
+ protobuf
75
+ pyahocorasick
76
+ pydantic
77
+ pydantic-core
78
+ python-dateutil
79
+ pytz
80
+ pyyaml
81
+ quantulum3
82
+ rank-bm25
83
+ referencing
84
+ regex
85
+ requests
86
+ requests-cache
87
+ rpds-py
88
+ safetensors
89
+ scikit-learn
90
+ scipy
91
+ sense2vec
92
+ sentence-transformers
93
+ sentencepiece
94
+ similarity
95
+ six
96
+ smart-open
97
+ sniffio
98
+ soupsieve
99
+ spacy
100
+ spacy-legacy
101
+ spacy-loggers
102
+ srsly
103
+ sseclient-py
104
+ strsim
105
+ sympy
106
+ tenacity
107
+ textsearch
108
+ textwrap3
109
+ thinc
110
+ threadpoolctl
111
+ tiktoken
112
+ tokenizers
113
+ torch
114
+ tqdm
115
+ transformers
116
+ triton
117
+ typeguard
118
+ typer
119
+ typing-extensions
120
+ tzdata
121
+ unidecode
122
+ url-normalize
123
+ urllib3
124
+ wasabi
125
+ weasel
126
+ wikipedia