manfredmichael commited on
Commit
cf2483e
·
1 Parent(s): 966108f

Add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +91 -0
requirements.txt ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.5
2
+ aiolimiter==1.1.0
3
+ aiosignal==1.3.1
4
+ altair==5.3.0
5
+ annotated-types==0.6.0
6
+ async-timeout==4.0.3
7
+ attrs==23.2.0
8
+ blinker==1.8.2
9
+ cachetools==5.3.3
10
+ certifi==2024.2.2
11
+ charset-normalizer==3.3.2
12
+ click==8.1.7
13
+ colorama==0.4.6
14
+ Cython==3.0.10
15
+ dataclasses-json==0.6.6
16
+ elastic-transport==8.13.0
17
+ elasticsearch==8.13.1
18
+ filelock==3.14.0
19
+ frozenlist==1.4.1
20
+ fsspec==2024.3.1
21
+ gitdb==4.0.11
22
+ GitPython==3.1.43
23
+ greenlet==3.0.3
24
+ huggingface-hub==0.23.0
25
+ idna==3.7
26
+ intel-openmp==2021.4.0
27
+ Jinja2==3.1.4
28
+ joblib==1.4.2
29
+ jsonpatch==1.33
30
+ jsonpointer==2.4
31
+ jsonschema==4.22.0
32
+ jsonschema-specifications==2023.12.1
33
+ langchain==0.1.20
34
+ langchain-community==0.0.38
35
+ langchain-core==0.1.52
36
+ langchain-text-splitters==0.0.1
37
+ langsmith==0.1.57
38
+ markdown-it-py==3.0.0
39
+ MarkupSafe==2.1.5
40
+ marshmallow==3.21.2
41
+ mdurl==0.1.2
42
+ mkl==2021.4.0
43
+ mpmath==1.3.0
44
+ multidict==6.0.5
45
+ mypy-extensions==1.0.0
46
+ networkx==3.2.1
47
+ numpy==1.26.4
48
+ orjson==3.10.3
49
+ packaging==23.2
50
+ pandas==2.2.2
51
+ pillow==10.3.0
52
+ protobuf==4.25.3
53
+ pyarrow==16.1.0
54
+ pydantic==2.7.1
55
+ pydantic_core==2.18.2
56
+ pydeck==0.9.1
57
+ Pygments==2.18.0
58
+ python-dateutil==2.9.0.post0
59
+ python-dotenv==1.0.1
60
+ pytz==2024.1
61
+ PyYAML==6.0.1
62
+ referencing==0.35.1
63
+ regex==2024.5.10
64
+ requests==2.31.0
65
+ rich==13.7.1
66
+ rpds-py==0.18.1
67
+ safetensors==0.4.3
68
+ scikit-learn==1.4.2
69
+ scipy==1.13.0
70
+ sentence-transformers==2.7.0
71
+ six==1.16.0
72
+ smmap==5.0.1
73
+ SQLAlchemy==2.0.30
74
+ streamlit==1.34.0
75
+ sympy==1.12
76
+ tbb==2021.12.0
77
+ tenacity==8.3.0
78
+ threadpoolctl==3.5.0
79
+ tokenizers==0.19.1
80
+ toml==0.10.2
81
+ toolz==0.12.1
82
+ torch==2.3.0
83
+ tornado==6.4
84
+ tqdm==4.66.4
85
+ transformers==4.40.2
86
+ typing-inspect==0.9.0
87
+ typing_extensions==4.11.0
88
+ tzdata==2024.1
89
+ urllib3==2.2.1
90
+ watchdog==4.0.0
91
+ yarl==1.9.4