Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -21,4 +21,9 @@ retrying
|
|
21 |
numpy>=1.22.2 # pinned to avoid a vulnerability
|
22 |
tornado>=6.3.2 # pinned to avoid a vulnerability
|
23 |
PyExecJS
|
24 |
-
openai
|
|
|
|
|
|
|
|
|
|
|
|
21 |
numpy>=1.22.2 # pinned to avoid a vulnerability
|
22 |
tornado>=6.3.2 # pinned to avoid a vulnerability
|
23 |
PyExecJS
|
24 |
+
openai==0.28.1
|
25 |
+
ipykernel
|
26 |
+
notebook
|
27 |
+
jupyter
|
28 |
+
g4f
|
29 |
+
langchain-community
|