rushi29 commited on
Commit
1679a40
1 Parent(s): 4816d37

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -86
requirements.txt CHANGED
@@ -1,125 +1,45 @@
1
- wheel
2
- altair==4.2.0
3
- argon2-cffi==21.3.0
4
- argon2-cffi-bindings==21.2.0
5
- asttokens==2.0.5
6
- attrs==21.4.0
7
- backcall==0.2.0
8
  beautifulsoup4==4.11.1
9
- bleach==5.0.1
10
- blinker==1.4
11
- cachetools==5.2.0
12
  certifi==2022.6.15
13
- cffi==1.15.1
14
  charset-normalizer==2.1.0
15
  click==8.1.3
16
  colorama==0.4.5
17
- commonmark==0.9.1
18
- debugpy==1.6.0
19
- decorator==5.1.1
20
- defusedxml==0.7.1
21
- entrypoints==0.4
22
- executing==0.8.3
23
  faiss-cpu==1.7.2
24
- fastjsonschema==2.15.3
25
  filelock==3.7.1
26
  flatbuffers==2.0
27
- gitdb==4.0.9
28
- GitPython==3.1.27
29
  huggingface-hub==0.8.1
30
  idna==3.3
31
  ImageHash==4.2.1
32
- importlib-metadata==4.12.0
33
- ipykernel==6.15.0
34
- ipython==8.4.0
35
- ipython-genutils==0.2.0
36
- ipywidgets==7.7.1
37
- jedi==0.18.1
38
- Jinja2==3.1.2
39
  joblib==1.1.0
40
- jsonschema==4.6.1
41
- jupyter-client==7.3.4
42
- jupyter-core==4.10.0
43
- jupyterlab-pygments==0.2.2
44
- jupyterlab-widgets==1.1.1
45
- MarkupSafe==2.1.1
46
- matplotlib-inline==0.1.3
47
- mistune==0.8.4
48
- nbclient==0.6.5
49
- nbconvert==6.5.0
50
- nbformat==5.4.0
51
- nest-asyncio==1.5.5
52
  nltk==3.7
53
- notebook==6.4.12
54
  numpy==1.23.0
55
  onnx==1.12.0
56
- onnxconverter-common==1.9.0
57
- onnxmltools==1.11.1
58
  onnxruntime==1.11.1
59
  packaging==21.3
60
- pandas==1.4.3
61
- pandocfilters==1.5.0
62
- parso==0.8.3
63
- pickleshare==0.7.5
64
- Pillow==9.1.1
65
- pipeline==0.1.0
66
- prometheus-client==0.14.1
67
- prompt-toolkit==3.0.30
68
  protobuf==3.20.1
69
- psutil==5.9.1
70
- pure-eval==0.2.2
71
- pyarrow==8.0.0
72
  pybind11==2.9.2
73
  pycparser==2.21
74
- pydeck==0.7.1
75
- Pygments==2.12.0
76
- Pympler==1.0.1
77
  pyparsing==3.0.9
78
- pyrsistent==0.18.1
79
  python-dateutil==2.8.2
80
  pytz==2022.1
81
- pytz-deprecation-shim==0.1.0.post0
82
  PyWavelets==1.3.0
83
- pywinpty==2.0.5
84
  PyYAML==6.0
85
- pyzmq==23.2.0
86
  regex==2022.6.2
87
  requests==2.28.1
88
- rich==12.4.4
89
  scikit-learn==1.1.1
90
  scipy==1.8.1
91
- semver==2.13.0
92
- Send2Trash==1.8.0
93
  sentencepiece==0.1.96
94
  six==1.16.0
95
- skl2onnx==1.11.2
96
- smmap==5.0.0
97
- SoundFile==0.10.3.post1
98
  soupsieve==2.3.2.post1
99
- stack-data==0.3.0
100
- streamlit==1.10.0
101
- terminado==0.15.0
102
  threadpoolctl==3.1.0
103
  tika==1.24
104
- timm==0.5.4
105
- tinycss2==1.1.1
106
  tokenizers==0.12.1
107
- toml==0.10.2
108
- toolz==0.11.2
109
  torch==1.12.0
110
  torchvision==0.13.0
111
- tornado==6.1
112
  tqdm==4.64.0
113
- traitlets==5.3.0
114
  transformers==4.20.1
115
- txtai==4.5.0
116
- typing-extensions==4.2.0
117
- tzdata==2022.1
118
- tzlocal==4.2
119
- urllib3==1.26.9
120
- validators==0.20.0
121
- watchdog==2.1.9
122
- wcwidth==0.2.5
123
- webencodings==0.5.1
124
- widgetsnbextension==3.6.1
125
- zipp==3.8.0
 
 
 
 
 
 
 
 
1
  beautifulsoup4==4.11.1
2
+ bs4==0.0.1
 
 
3
  certifi==2022.6.15
 
4
  charset-normalizer==2.1.0
5
  click==8.1.3
6
  colorama==0.4.5
 
 
 
 
 
 
7
  faiss-cpu==1.7.2
 
8
  filelock==3.7.1
9
  flatbuffers==2.0
 
 
10
  huggingface-hub==0.8.1
11
  idna==3.3
12
  ImageHash==4.2.1
 
 
 
 
 
 
 
13
  joblib==1.1.0
14
+ lxml==4.9.1
 
 
 
 
 
 
 
 
 
 
 
15
  nltk==3.7
 
16
  numpy==1.23.0
17
  onnx==1.12.0
 
 
18
  onnxruntime==1.11.1
19
  packaging==21.3
20
+ Pillow==9.0.0
 
 
 
 
 
 
 
21
  protobuf==3.20.1
 
 
 
22
  pybind11==2.9.2
23
  pycparser==2.21
 
 
 
24
  pyparsing==3.0.9
 
25
  python-dateutil==2.8.2
26
  pytz==2022.1
 
27
  PyWavelets==1.3.0
 
28
  PyYAML==6.0
 
29
  regex==2022.6.2
30
  requests==2.28.1
 
31
  scikit-learn==1.1.1
32
  scipy==1.8.1
 
 
33
  sentencepiece==0.1.96
34
  six==1.16.0
 
 
 
35
  soupsieve==2.3.2.post1
 
 
 
36
  threadpoolctl==3.1.0
37
  tika==1.24
 
 
38
  tokenizers==0.12.1
 
 
39
  torch==1.12.0
40
  torchvision==0.13.0
 
41
  tqdm==4.64.0
 
42
  transformers==4.20.1
43
+ txtai @ git+https://github.com/neuml/txtai@8925341a3cb5263886fddee4f52a3220c0ace188
44
+ typing_extensions==4.3.0
45
+ urllib3==1.26.9