Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -30,13 +30,12 @@ multidict==6.0.4
|
|
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
|
36 |
Pillow==9.5.0
|
37 |
protobuf==4.23.2
|
38 |
pyarrow==12.0.0
|
39 |
-
pydantic==1.10.
|
40 |
pydeck==0.8.1b0
|
41 |
Pygments==2.15.1
|
42 |
Pympler==1.0.1
|
@@ -62,7 +61,6 @@ typing_extensions==4.6.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
|
|
|
30 |
mypy-extensions==1.0.0
|
31 |
numexpr==2.8.4
|
32 |
numpy==1.24.3
|
|
|
33 |
packaging==23.1
|
34 |
pandas==2.0.2
|
35 |
Pillow==9.5.0
|
36 |
protobuf==4.23.2
|
37 |
pyarrow==12.0.0
|
38 |
+
pydantic==1.10.8
|
39 |
pydeck==0.8.1b0
|
40 |
Pygments==2.15.1
|
41 |
Pympler==1.0.1
|
|
|
61 |
tzdata==2023.3
|
62 |
tzlocal==4.3
|
63 |
urllib3==2.0.2
|
|
|
64 |
watchdog==3.0.0
|
65 |
wikipedia==1.4.0
|
66 |
yarl==1.9.2
|