Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
# OpenAI API
|
2 |
-
openai
|
|
|
3 |
# Web scraping and parsing
|
4 |
requests
|
5 |
beautifulsoup4
|
|
|
6 |
# PDF generation
|
7 |
fpdf2
|
|
|
8 |
# Date and time handling
|
9 |
pytz
|
10 |
-
|
11 |
-
langchain==0.0.294
|
12 |
-
langchain-openai==0.0.2
|
13 |
-
langchain-core>=0.1.7,<0.2
|
14 |
# Gradio for UI
|
15 |
gradio
|
|
|
1 |
# OpenAI API
|
2 |
+
openai==0.28
|
3 |
+
|
4 |
# Web scraping and parsing
|
5 |
requests
|
6 |
beautifulsoup4
|
7 |
+
|
8 |
# PDF generation
|
9 |
fpdf2
|
10 |
+
|
11 |
# Date and time handling
|
12 |
pytz
|
13 |
+
|
|
|
|
|
|
|
14 |
# Gradio for UI
|
15 |
gradio
|