Spaces:
Running
Running
Alexander Watson
commited on
Commit
•
647b4f2
1
Parent(s):
fdea16e
fix openai dep issue
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -6,9 +6,10 @@ datasets==2.17.0
|
|
6 |
huggingface-hub==0.20.3
|
7 |
wordcloud==1.9.3
|
8 |
PyYAML==6.0.1
|
9 |
-
openai==1.12.0
|
10 |
python-dotenv==1.0.1
|
11 |
plotly==5.18.0
|
12 |
kaleido==0.2.1
|
13 |
scipy==1.12.0
|
14 |
tiktoken==0.7.0
|
|
|
|
|
|
6 |
huggingface-hub==0.20.3
|
7 |
wordcloud==1.9.3
|
8 |
PyYAML==6.0.1
|
|
|
9 |
python-dotenv==1.0.1
|
10 |
plotly==5.18.0
|
11 |
kaleido==0.2.1
|
12 |
scipy==1.12.0
|
13 |
tiktoken==0.7.0
|
14 |
+
openai==1.55.3
|
15 |
+
httpx==0.27.2
|