csalabs commited on
Commit
726e136
·
1 Parent(s): 3478856

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- # Natural Language Processing
2
  langchain==0.0.267
3
  chromadb==0.4.6
4
  llama-cpp-python==0.1.78
@@ -15,7 +15,7 @@ auto-gptq==0.2.2
15
  docx2txt
16
  unstructured
17
 
18
- # Utilities
19
  urllib3==1.26.6
20
  accelerate
21
  bitsandbytes ; sys_platform != 'win32'
@@ -25,9 +25,9 @@ flask
25
  requests
26
  gradio
27
 
28
- # Streamlit related
29
  streamlit
30
  Streamlit-extras
31
 
32
- # Excel File Manipulation
33
  openpyxl
 
1
+
2
  langchain==0.0.267
3
  chromadb==0.4.6
4
  llama-cpp-python==0.1.78
 
15
  docx2txt
16
  unstructured
17
 
18
+
19
  urllib3==1.26.6
20
  accelerate
21
  bitsandbytes ; sys_platform != 'win32'
 
25
  requests
26
  gradio
27
 
28
+
29
  streamlit
30
  Streamlit-extras
31
 
32
+
33
  openpyxl