Ritesh-hf commited on
Commit
2da4aaf
1 Parent(s): 4c6d98a

change requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +60 -35
requirements.txt CHANGED
@@ -1,51 +1,58 @@
1
- aiohttp==3.9.5
 
 
2
  aiosignal==1.3.1
3
  annotated-types==0.7.0
4
  anyio==4.4.0
5
  async-timeout==4.0.3
6
- attrs==23.2.0
7
- bidict==0.23.1
8
- blinker==1.8.2
9
  certifi==2024.7.4
10
  charset-normalizer==3.3.2
11
  click==8.1.7
 
 
12
  dataclasses-json==0.6.7
13
  distro==1.9.0
14
  exceptiongroup==1.2.2
 
 
15
  filelock==3.15.4
16
- flask==3.0.3
17
- Flask-Cors==4.0.1
18
- Flask-SocketIO==5.3.6
19
  frozenlist==1.4.1
20
  fsspec==2024.6.1
 
 
21
  greenlet==3.0.3
22
- groq==0.9.0
23
  h11==0.14.0
24
  httpcore==1.0.5
25
- httpx==0.27.0
26
- huggingface-hub==0.24.2
27
- idna==3.7
28
- importlib-metadata==8.2.0
29
- itsdangerous==2.2.0
30
  jinja2==3.1.4
31
  joblib==1.4.2
32
  jsonpatch==1.33
33
  jsonpointer==3.0.0
34
- langchain==0.2.11
35
- langchain-community==0.2.10
36
- langchain-core==0.2.24
37
- langchain-groq==0.1.6
 
38
  langchain-huggingface==0.0.3
39
  langchain-text-splitters==0.2.2
40
- langsmith==0.1.93
 
41
  MarkupSafe==2.1.5
42
- marshmallow==3.21.3
 
 
43
  mmh3==4.1.0
44
  mpmath==1.3.0
45
  multidict==6.0.5
46
  mypy-extensions==1.0.0
47
  networkx==3.1
48
- nltk==3.8.1
49
  numpy==1.24.4
50
  nvidia-cublas-cu12==12.1.3.1
51
  nvidia-cuda-cupti-cu12==12.1.105
@@ -57,42 +64,60 @@ nvidia-curand-cu12==10.3.2.106
57
  nvidia-cusolver-cu12==11.4.5.107
58
  nvidia-cusparse-cu12==12.1.0.106
59
  nvidia-nccl-cu12==2.20.5
60
- nvidia-nvjitlink-cu12==12.5.82
61
  nvidia-nvtx-cu12==12.1.105
62
- orjson==3.10.6
63
  packaging==24.1
 
64
  pillow==10.4.0
65
- pinecone==4.0.0
 
 
 
66
  pinecone-text==0.9.0
 
67
  pydantic==2.8.2
68
  pydantic-core==2.20.1
 
 
 
 
69
  python-dotenv==1.0.1
70
- python-engineio==4.9.1
71
- python-socketio==5.11.3
72
- PyYAML==6.0.1
73
  regex==2024.7.24
74
  requests==2.32.3
75
- safetensors==0.4.3
 
 
76
  scikit-learn==1.3.2
77
  scipy==1.10.1
 
78
  sentence-transformers==3.0.1
79
- simple-websocket==1.0.0
 
80
  sniffio==1.3.1
81
- SQLAlchemy==2.0.31
82
- sympy==1.13.1
 
 
83
  tenacity==8.5.0
84
  threadpoolctl==3.5.0
85
  tokenizers==0.19.1
 
86
  torch==2.4.0
87
- tqdm==4.66.4
88
- transformers==4.43.3
89
  triton==3.0.0
 
90
  types-requests==2.32.0.20240712
91
  typing-extensions==4.12.2
92
  typing-inspect==0.9.0
 
93
  urllib3==2.2.2
94
- werkzeug==3.0.3
 
95
  wget==3.2
96
- wsproto==1.2.0
97
  yarl==1.9.4
98
- zipp==3.19.2
 
1
+ aiofiles==23.2.1
2
+ aiohappyeyeballs==2.4.0
3
+ aiohttp==3.10.5
4
  aiosignal==1.3.1
5
  annotated-types==0.7.0
6
  anyio==4.4.0
7
  async-timeout==4.0.3
8
+ attrs==24.2.0
 
 
9
  certifi==2024.7.4
10
  charset-normalizer==3.3.2
11
  click==8.1.7
12
+ contourpy==1.1.1
13
+ cycler==0.12.1
14
  dataclasses-json==0.6.7
15
  distro==1.9.0
16
  exceptiongroup==1.2.2
17
+ fastapi==0.112.2
18
+ ffmpy==0.4.0
19
  filelock==3.15.4
20
+ fonttools==4.53.1
 
 
21
  frozenlist==1.4.1
22
  fsspec==2024.6.1
23
+ gradio==4.42.0
24
+ gradio-client==1.3.0
25
  greenlet==3.0.3
26
+ groq==0.10.0
27
  h11==0.14.0
28
  httpcore==1.0.5
29
+ httpx==0.27.2
30
+ huggingface-hub==0.24.6
31
+ idna==3.8
32
+ importlib-resources==6.4.4
 
33
  jinja2==3.1.4
34
  joblib==1.4.2
35
  jsonpatch==1.33
36
  jsonpointer==3.0.0
37
+ kiwisolver==1.4.5
38
+ langchain==0.2.15
39
+ langchain-community==0.2.14
40
+ langchain-core==0.2.36
41
+ langchain-groq==0.1.9
42
  langchain-huggingface==0.0.3
43
  langchain-text-splitters==0.2.2
44
+ langsmith==0.1.106
45
+ markdown-it-py==3.0.0
46
  MarkupSafe==2.1.5
47
+ marshmallow==3.22.0
48
+ matplotlib==3.7.5
49
+ mdurl==0.1.2
50
  mmh3==4.1.0
51
  mpmath==1.3.0
52
  multidict==6.0.5
53
  mypy-extensions==1.0.0
54
  networkx==3.1
55
+ nltk==3.9.1
56
  numpy==1.24.4
57
  nvidia-cublas-cu12==12.1.3.1
58
  nvidia-cuda-cupti-cu12==12.1.105
 
64
  nvidia-cusolver-cu12==11.4.5.107
65
  nvidia-cusparse-cu12==12.1.0.106
66
  nvidia-nccl-cu12==2.20.5
67
+ nvidia-nvjitlink-cu12==12.6.20
68
  nvidia-nvtx-cu12==12.1.105
69
+ orjson==3.10.7
70
  packaging==24.1
71
+ pandas==2.0.3
72
  pillow==10.4.0
73
+ pinecone==5.0.1
74
+ pinecone-client==5.0.1
75
+ pinecone-plugin-inference==1.0.3
76
+ pinecone-plugin-interface==0.0.7
77
  pinecone-text==0.9.0
78
+ psutil==5.9.8
79
  pydantic==2.8.2
80
  pydantic-core==2.20.1
81
+ pydub==0.25.1
82
+ pygments==2.18.0
83
+ pyparsing==3.1.4
84
+ python-dateutil==2.9.0.post0
85
  python-dotenv==1.0.1
86
+ python-multipart==0.0.9
87
+ pytz==2024.1
88
+ PyYAML==6.0.2
89
  regex==2024.7.24
90
  requests==2.32.3
91
+ rich==13.8.0
92
+ ruff==0.6.2
93
+ safetensors==0.4.4
94
  scikit-learn==1.3.2
95
  scipy==1.10.1
96
+ semantic-version==2.10.0
97
  sentence-transformers==3.0.1
98
+ shellingham==1.5.4
99
+ six==1.16.0
100
  sniffio==1.3.1
101
+ spaces==0.29.3
102
+ SQLAlchemy==2.0.32
103
+ starlette==0.38.2
104
+ sympy==1.13.2
105
  tenacity==8.5.0
106
  threadpoolctl==3.5.0
107
  tokenizers==0.19.1
108
+ tomlkit==0.12.0
109
  torch==2.4.0
110
+ tqdm==4.66.5
111
+ transformers==4.44.2
112
  triton==3.0.0
113
+ typer==0.12.5
114
  types-requests==2.32.0.20240712
115
  typing-extensions==4.12.2
116
  typing-inspect==0.9.0
117
+ tzdata==2024.1
118
  urllib3==2.2.2
119
+ uvicorn==0.30.6
120
+ websockets==12.0
121
  wget==3.2
 
122
  yarl==1.9.4
123
+ zipp==3.20.1