shivakerur99 commited on
Commit
8fe41f7
1 Parent(s): 03a4427

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +95 -0
requirements.txt ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.3
2
+ aiosignal==1.3.1
3
+ aiosqlite==0.20.0
4
+ annotated-types==0.6.0
5
+ anyio==4.3.0
6
+ attrs==23.2.0
7
+ certifi==2024.2.2
8
+ cffi==1.16.0
9
+ charset-normalizer==3.3.2
10
+ ci-info==0.3.0
11
+ click==8.1.7
12
+ colorama==0.4.6
13
+ configobj==5.0.8
14
+ configparser==6.0.1
15
+ cryptography==42.0.5
16
+ databases==0.9.0
17
+ dataclasses-json==0.6.4
18
+ etelemetry==0.3.1
19
+ faiss-cpu==1.8.0
20
+ fastapi==0.110.0
21
+ filelock==3.13.1
22
+ fitz==0.0.1.dev2
23
+ frozenlist==1.4.1
24
+ fsspec==2024.2.0
25
+ greenlet==3.0.3
26
+ h11==0.14.0
27
+ httplib2==0.22.0
28
+ huggingface-hub==0.21.4
29
+ idna==3.6
30
+ isodate==0.6.1
31
+ Jinja2==3.1.3
32
+ joblib==1.3.2
33
+ jsonpatch==1.33
34
+ jsonpointer==2.4
35
+ langchain==0.1.11
36
+ langchain-community==0.0.27
37
+ langchain-core==0.1.30
38
+ langchain-text-splitters==0.0.1
39
+ langsmith==0.1.23
40
+ looseversion==1.3.0
41
+ lxml==5.1.0
42
+ MarkupSafe==2.1.5
43
+ marshmallow==3.21.1
44
+ mpmath==1.3.0
45
+ multidict==6.0.5
46
+ mypy-extensions==1.0.0
47
+ networkx==3.2.1
48
+ nibabel==5.2.1
49
+ nipype==1.8.6
50
+ numpy==1.26.4
51
+ orjson==3.9.15
52
+ packaging==23.2
53
+ pandas==2.2.1
54
+ pathlib==1.0.1
55
+ pdfminer.six==20231228
56
+ pillow==10.2.0
57
+ prov==2.0.0
58
+ pycparser==2.21
59
+ pydantic==2.6.3
60
+ pydantic_core==2.16.3
61
+ pydot==2.0.0
62
+ PyMuPDF==1.23.26
63
+ PyMuPDFb==1.23.22
64
+ pyparsing==3.1.2
65
+ python-dateutil==2.9.0.post0
66
+ python-multipart==0.0.9
67
+ pytz==2024.1
68
+ pyxnat==1.6.2
69
+ PyYAML==6.0.1
70
+ rdflib==7.0.0
71
+ regex==2023.12.25
72
+ requests==2.31.0
73
+ safetensors==0.4.2
74
+ scikit-learn==1.4.1.post1
75
+ scipy==1.12.0
76
+ sentence-transformers==2.5.1
77
+ simplejson==3.19.2
78
+ six==1.16.0
79
+ sniffio==1.3.1
80
+ SQLAlchemy==2.0.28
81
+ starlette==0.36.3
82
+ sympy==1.12
83
+ tenacity==8.2.3
84
+ threadpoolctl==3.3.0
85
+ tokenizers==0.15.2
86
+ torch==2.2.1
87
+ tqdm==4.66.2
88
+ traits==6.3.2
89
+ transformers==4.38.2
90
+ typing-inspect==0.9.0
91
+ typing_extensions==4.10.0
92
+ tzdata==2024.1
93
+ urllib3==2.2.1
94
+ uvicorn==0.27.1
95
+ yarl==1.9.4