csalabs commited on
Commit
e33c013
·
1 Parent(s): 6fb8119

Update packages.txt

Browse files

Removing unnecessary things from the packages.txt file

Files changed (1) hide show
  1. packages.txt +9 -9
packages.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
@@ -8,26 +8,26 @@ sentence-transformers
8
  faiss-cpu
9
  huggingface_hub
10
  transformers
11
- protobuf==3.20.0; sys_platform != 'darwin'
12
- protobuf==3.20.0; sys_platform == 'darwin' and platform_machine != 'arm64'
13
- protobuf==3.20.3; sys_platform == 'darwin' and platform_machine == 'arm64'
14
  auto-gptq==0.2.2
15
  docx2txt
16
  unstructured
17
 
18
- # Utilities
19
  urllib3==1.26.6
20
  accelerate
21
- bitsandbytes ; sys_platform != 'win32'
22
- bitsandbytes-windows ; sys_platform == 'win32'
23
  click
24
  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
 
8
  faiss-cpu
9
  huggingface_hub
10
  transformers
11
+ protobuf==3.20.0
12
+ protobuf==3.20.0
13
+ protobuf==3.20.3
14
  auto-gptq==0.2.2
15
  docx2txt
16
  unstructured
17
 
18
+
19
  urllib3==1.26.6
20
  accelerate
21
+ bitsandbytes
22
+ bitsandbytes-windows
23
  click
24
  flask
25
  requests
26
  gradio
27
 
28
+
29
  streamlit
30
  Streamlit-extras
31
 
32
+
33
  openpyxl