mohamedashraf11 commited on
Commit
8c12a1f
Β·
verified Β·
1 Parent(s): 3cfb275

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +112 -11
requirements.txt CHANGED
@@ -1,12 +1,113 @@
1
  huggingface-hub>=0.23.0
2
- langchain==0.0.208 # Version compatible with pydantic <2
3
- langchain-core==0.1.0 # Downgrade to a version that supports pydantic 1.x
4
- langchain-huggingface # Compatible with this version of langchain-core
5
- gradio==3.41.2
6
- datasets==2.15.1
7
- pandas==2.1.1
8
- sentence-transformers==2.2.2
9
- chromadb==0.4.2
10
- nltk==3.8.1
11
- ollama
12
- pydantic==1.10.12 # Aligned with langchain
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  huggingface-hub>=0.23.0
2
+ langchain==0.3.1
3
+ langchain_community==0.3.1
4
+ openai==1.50.2
5
+ langchain_ollama==0.2.0
6
+ datasets==3.0.1
7
+ chromadb==0.5.11
8
+ PyYAML>=5.3
9
+ SQLAlchemy<3,>=1.4
10
+ aiohttp<4.0.0,>=3.8.3
11
+ async-timeout<5.0.0,>=4.0.0
12
+ langchain-core<0.4.0,>=0.3.6
13
+ langchain-text-splitters<0.4.0,>=0.3.0
14
+ langsmith<0.2.0,>=0.1.17
15
+ numpy<2,>=1
16
+ pydantic<3.0.0,>=2.7.4
17
+ requests<3,>=2
18
+ tenacity!=8.4.0,<9.0.0,>=8.1.0
19
+ dataclasses-json<0.7,>=0.5.7
20
+ anyio<5,>=3.5.0
21
+ distro<2,>=1.7.0
22
+ httpx<1,>=0.23.0
23
+ jiter<1,>=0.4.0
24
+ sniffio
25
+ tqdm>4
26
+ typing-extensions<5,>=4.11
27
+ ollama<1,>=0.3.0
28
+ filelock
29
+ pyarrow>=15.0.0
30
+ dill<0.3.9,>=0.3.0
31
+ pandas
32
+ xxhash
33
+ multiprocess
34
+ fsspec<=2024.6.1,>=2023.1.0
35
+ huggingface-hub>=0.22.0
36
+ packaging
37
+ build>=1.0.3
38
+ chroma-hnswlib==0.7.6
39
+ fastapi>=0.95.2
40
+ uvicorn>=0.18.3
41
+ posthog>=2.4.0
42
+ onnxruntime>=1.14.1
43
+ opentelemetry-api>=1.2.0
44
+ opentelemetry-exporter-otlp-proto-grpc>=1.2.0
45
+ opentelemetry-instrumentation-fastapi>=0.41b0
46
+ opentelemetry-sdk>=1.2.0
47
+ tokenizers>=0.13.2
48
+ pypika>=0.48.9
49
+ overrides>=7.3.1
50
+ importlib-resources
51
+ grpcio>=1.58.0
52
+ bcrypt>=4.0.1
53
+ typer>=0.9.0
54
+ kubernetes>=28.1.0
55
+ mmh3>=4.0.1
56
+ orjson>=3.9.12
57
+ rich>=10.11.0
58
+ aiohappyeyeballs>=2.3.0
59
+ aiosignal>=1.1.2
60
+ attrs>=17.3.0
61
+ frozenlist>=1.1.1
62
+ multidict<7.0,>=4.5
63
+ yarl<2.0,>=1.0
64
+ idna>=2.8
65
+ exceptiongroup
66
+ pyproject_hooks
67
+ tomli>=1.1.0
68
+ marshmallow<4.0.0,>=3.18.0
69
+ typing-inspect<1,>=0.4.0
70
+ starlette<0.39.0,>=0.37.2
71
+ certifi
72
+ httpcore==1.*
73
+ h11<0.15,>=0.13
74
+ six>=1.9.0
75
+ python-dateutil>=2.5.3
76
+ google-auth>=1.0.1
77
+ websocket-client!=0.40.0,!=0.41.*,!=0.42.*,>=0.32.0
78
+ requests-oauthlib
79
+ oauthlib>=3.2.2
80
+ urllib3>=1.24.2
81
+ durationpy>=0.7
82
+ jsonpatch<2.0,>=1.33
83
+ coloredlogs
84
+ flatbuffers
85
+ protobuf
86
+ sympy
87
+ deprecated>=1.2.6
88
+ importlib-metadata<=8.4.0,>=6.0
89
+ googleapis-common-protos~=1.52
90
+ opentelemetry-exporter-otlp-proto-common==1.27.0
91
+ opentelemetry-proto==1.27.0
92
+ opentelemetry-instrumentation-asgi==0.48b0
93
+ opentelemetry-instrumentation==0.48b0
94
+ opentelemetry-semantic-conventions==0.48b0
95
+ opentelemetry-util-http==0.48b0
96
+ setuptools>=16.0
97
+ wrapt<2.0.0,>=1.0.0
98
+ asgiref~=3.0
99
+ monotonic>=1.5
100
+ backoff>=1.10.0
101
+ annotated-types>=0.6.0
102
+ pydantic-core==2.23.4
103
+ python-dotenv>=0.21.0
104
+ charset-normalizer<4,>=2
105
+ markdown-it-py>=2.2.0
106
+ pygments<3.0.0,>=2.13.0
107
+ greenlet!=0.4.17
108
+ click>=8.0.0
109
+ shellingham>=1.3.0
110
+ httptools>=0.5.0
111
+ uvloop!=0.15.0,!=0.15.1,>=0.14.0
112
+ watchfiles>=0.13
113
+