Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -30,7 +30,6 @@ multidict==6.0.4
|
|
30 |
mypy-extensions==1.0.0
|
31 |
numexpr==2.8.4
|
32 |
numpy==1.24.3
|
33 |
-
openai==0.27.7
|
34 |
openapi-schema-pydantic==1.2.4
|
35 |
packaging==23.1
|
36 |
pandas==2.0.2
|
@@ -63,7 +62,7 @@ typing_extensions==4.6.2
|
|
63 |
tzdata==2023.3
|
64 |
tzlocal==4.3
|
65 |
urllib3==2.0.2
|
66 |
-
validators==0.
|
67 |
watchdog==3.0.0
|
68 |
wikipedia==1.4.0
|
69 |
yarl==1.9.2
|
|
|
30 |
mypy-extensions==1.0.0
|
31 |
numexpr==2.8.4
|
32 |
numpy==1.24.3
|
|
|
33 |
openapi-schema-pydantic==1.2.4
|
34 |
packaging==23.1
|
35 |
pandas==2.0.2
|
|
|
62 |
tzdata==2023.3
|
63 |
tzlocal==4.3
|
64 |
urllib3==2.0.2
|
65 |
+
validators==0.28.0
|
66 |
watchdog==3.0.0
|
67 |
wikipedia==1.4.0
|
68 |
yarl==1.9.2
|