Create new file
Browse files- requirements.txt +45 -0
requirements.txt
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|