Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,15 +1,14 @@
|
|
1 |
altair
|
2 |
pandas
|
3 |
-
streamlit
|
4 |
pandas==2.2.0
|
5 |
requests==2.31.0
|
6 |
beautifulsoup4==4.12.2
|
7 |
nltk==3.8.1
|
8 |
-
openai==
|
9 |
python-dateutil==2.8.2
|
10 |
plotly==5.18.0
|
11 |
python-dotenv==1.0.0
|
12 |
schedule==1.2.1
|
13 |
matplotlib==3.8.3
|
14 |
wordcloud==1.9.3
|
15 |
-
konlpy==0.6.0
|
|
|
1 |
altair
|
2 |
pandas
|
3 |
+
streamlit==1.25.0
|
4 |
pandas==2.2.0
|
5 |
requests==2.31.0
|
6 |
beautifulsoup4==4.12.2
|
7 |
nltk==3.8.1
|
8 |
+
openai==0.27.8
|
9 |
python-dateutil==2.8.2
|
10 |
plotly==5.18.0
|
11 |
python-dotenv==1.0.0
|
12 |
schedule==1.2.1
|
13 |
matplotlib==3.8.3
|
14 |
wordcloud==1.9.3
|
|