Update requirements.txt
Browse files- requirements.txt +1 -7
requirements.txt
CHANGED
|
@@ -1,8 +1,4 @@
|
|
| 1 |
pandas
|
| 2 |
-
transformers
|
| 3 |
-
accelerate
|
| 4 |
-
bitsandbytes
|
| 5 |
-
huggingface_hub[inference]
|
| 6 |
langchain
|
| 7 |
langchain-community
|
| 8 |
langchain-experimental
|
|
@@ -10,6 +6,4 @@ langchain-google-genai
|
|
| 10 |
gradio==5.38.2
|
| 11 |
openpyxl # If you keep this in the app.py for any reason
|
| 12 |
python-dotenv
|
| 13 |
-
|
| 14 |
-
tabulate
|
| 15 |
-
torch
|
|
|
|
| 1 |
pandas
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
langchain
|
| 3 |
langchain-community
|
| 4 |
langchain-experimental
|
|
|
|
| 6 |
gradio==5.38.2
|
| 7 |
openpyxl # If you keep this in the app.py for any reason
|
| 8 |
python-dotenv
|
| 9 |
+
tabulate
|
|
|
|
|
|