manfredmichael commited on
Commit
3676673
·
1 Parent(s): 4eb600e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -30
requirements.txt CHANGED
@@ -1,9 +1,7 @@
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
- anyio==4.3.0
7
  async-timeout==4.0.3
8
  attrs==23.2.0
9
  blinker==1.8.2
@@ -12,30 +10,17 @@ certifi==2024.2.2
12
  charset-normalizer==3.3.2
13
  click==8.1.7
14
  colorama==0.4.6
15
- coloredlogs==15.0.1
16
- Cython==3.0.10
17
  dataclasses-json==0.6.6
18
  elastic-transport==8.13.0
19
  elasticsearch==8.13.1
20
- exceptiongroup==1.2.1
21
  faiss-cpu==1.8.0
22
- fastembed==0.2.6
23
  filelock==3.14.0
24
- flatbuffers==24.3.25
25
  frozenlist==1.4.1
26
- fsspec==2024.3.1
27
  gitdb==4.0.11
28
  GitPython==3.1.43
29
  greenlet==3.0.3
30
- grpcio-tools==1.63.0
31
- h11==0.14.0
32
- h2==4.1.0
33
- hpack==4.0.0
34
- httpcore==1.0.5
35
- httpx==0.27.0
36
- huggingface-hub==0.20.3
37
- humanfriendly==10.0
38
- hyperframe==6.0.1
39
  idna==3.7
40
  intel-openmp==2021.4.0
41
  Jinja2==3.1.4
@@ -47,10 +32,8 @@ jsonschema-specifications==2023.12.1
47
  langchain==0.1.20
48
  langchain-community==0.0.38
49
  langchain-core==0.1.52
50
- langchain-text-splitters==0.0.1
51
- langsmith==0.1.57
52
- llvmlite==0.42.0
53
- loguru==0.7.2
54
  markdown-it-py==3.0.0
55
  MarkupSafe==2.1.5
56
  marshmallow==3.21.2
@@ -60,45 +43,39 @@ mpmath==1.3.0
60
  multidict==6.0.5
61
  mypy-extensions==1.0.0
62
  networkx==3.2.1
63
- numba==0.59.1
64
  numpy==1.26.4
65
  orjson==3.10.3
66
  packaging==23.2
67
  pandas==2.2.2
68
  pillow==10.3.0
69
- portalocker==2.8.2
70
  pyarrow==16.1.0
71
  pydantic==2.7.1
72
  pydantic_core==2.18.2
73
  pydeck==0.9.1
74
  Pygments==2.18.0
75
- pyreadline3==3.4.1
76
  python-dateutil==2.9.0.post0
77
  python-dotenv==1.0.1
78
  pytz==2024.1
79
  PyYAML==6.0.1
80
- qdrant-client==1.9.1
81
- rankerEval==0.2.0
82
  referencing==0.35.1
83
- regex==2024.5.10
84
  requests==2.31.0
85
  rich==13.7.1
86
  rpds-py==0.18.1
87
  safetensors==0.4.3
88
  scikit-learn==1.4.2
89
  scipy==1.13.0
90
- semantic-cache==0.1.1
91
  sentence-transformers==2.7.0
92
  six==1.16.0
93
  smmap==5.0.1
94
- sniffio==1.3.1
95
  SQLAlchemy==2.0.30
96
  streamlit==1.34.0
97
  sympy==1.12
98
  tbb==2021.12.0
99
  tenacity==8.3.0
100
  threadpoolctl==3.5.0
101
- tokenizers==0.15.1
102
  toml==0.10.2
103
  toolz==0.12.1
104
  torch==2.3.0
 
1
  aiohttp==3.9.5
 
2
  aiosignal==1.3.1
3
  altair==5.3.0
4
  annotated-types==0.6.0
 
5
  async-timeout==4.0.3
6
  attrs==23.2.0
7
  blinker==1.8.2
 
10
  charset-normalizer==3.3.2
11
  click==8.1.7
12
  colorama==0.4.6
 
 
13
  dataclasses-json==0.6.6
14
  elastic-transport==8.13.0
15
  elasticsearch==8.13.1
 
16
  faiss-cpu==1.8.0
 
17
  filelock==3.14.0
 
18
  frozenlist==1.4.1
19
+ fsspec==2024.5.0
20
  gitdb==4.0.11
21
  GitPython==3.1.43
22
  greenlet==3.0.3
23
+ huggingface-hub==0.23.0
 
 
 
 
 
 
 
 
24
  idna==3.7
25
  intel-openmp==2021.4.0
26
  Jinja2==3.1.4
 
32
  langchain==0.1.20
33
  langchain-community==0.0.38
34
  langchain-core==0.1.52
35
+ langchain-text-splitters==0.0.2
36
+ langsmith==0.1.59
 
 
37
  markdown-it-py==3.0.0
38
  MarkupSafe==2.1.5
39
  marshmallow==3.21.2
 
43
  multidict==6.0.5
44
  mypy-extensions==1.0.0
45
  networkx==3.2.1
 
46
  numpy==1.26.4
47
  orjson==3.10.3
48
  packaging==23.2
49
  pandas==2.2.2
50
  pillow==10.3.0
51
+ protobuf==4.25.3
52
  pyarrow==16.1.0
53
  pydantic==2.7.1
54
  pydantic_core==2.18.2
55
  pydeck==0.9.1
56
  Pygments==2.18.0
 
57
  python-dateutil==2.9.0.post0
58
  python-dotenv==1.0.1
59
  pytz==2024.1
60
  PyYAML==6.0.1
 
 
61
  referencing==0.35.1
62
+ regex==2024.5.15
63
  requests==2.31.0
64
  rich==13.7.1
65
  rpds-py==0.18.1
66
  safetensors==0.4.3
67
  scikit-learn==1.4.2
68
  scipy==1.13.0
 
69
  sentence-transformers==2.7.0
70
  six==1.16.0
71
  smmap==5.0.1
 
72
  SQLAlchemy==2.0.30
73
  streamlit==1.34.0
74
  sympy==1.12
75
  tbb==2021.12.0
76
  tenacity==8.3.0
77
  threadpoolctl==3.5.0
78
+ tokenizers==0.19.1
79
  toml==0.10.2
80
  toolz==0.12.1
81
  torch==2.3.0