Spaces:
Configuration error
Configuration error
Commit ·
8e5bb5a
1
Parent(s): 345fab2
init!
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -8,4 +8,4 @@ scipy==1.7.1
|
|
| 8 |
nltk==3.6.3
|
| 9 |
openai==0.27.0
|
| 10 |
patsy==0.5.2
|
| 11 |
-
pickle5==0.0.11 # if you're using Python < 3.8, otherwise the built-in pickle module should suffice
|
|
|
|
| 8 |
nltk==3.6.3
|
| 9 |
openai==0.27.0
|
| 10 |
patsy==0.5.2
|
| 11 |
+
pickle5==0.0.11 # if you're using Python < 3.8, otherwise the built-in pickle module should suffice
|