Spaces:
Runtime error
Runtime error
jiarongqiu commited on
Commit ·
4d79407
1
Parent(s): 97994ad
dataset
Browse files- requirements.txt +9 -0
requirements.txt
CHANGED
|
@@ -17,6 +17,8 @@ colorama==0.4.6
|
|
| 17 |
contourpy==1.2.0
|
| 18 |
cycler==0.12.1
|
| 19 |
dataclasses-json==0.6.3
|
|
|
|
|
|
|
| 20 |
distro==1.8.0
|
| 21 |
dnspython==2.4.2
|
| 22 |
fastapi==0.105.0
|
|
@@ -55,6 +57,7 @@ marshmallow==3.20.1
|
|
| 55 |
matplotlib==3.8.2
|
| 56 |
mdurl==0.1.2
|
| 57 |
multidict==6.0.4
|
|
|
|
| 58 |
mypy-extensions==1.0.0
|
| 59 |
numpy==1.26.2
|
| 60 |
openai==1.6.0
|
|
@@ -65,6 +68,7 @@ Pillow==10.1.0
|
|
| 65 |
pinecone-client==3.2.2
|
| 66 |
protobuf==4.25.2
|
| 67 |
pyarrow==15.0.0
|
|
|
|
| 68 |
pydantic==2.5.2
|
| 69 |
pydantic_core==2.14.5
|
| 70 |
pydeck==0.8.1b0
|
|
@@ -88,6 +92,10 @@ sniffio==1.3.0
|
|
| 88 |
soupsieve==2.5
|
| 89 |
SQLAlchemy==2.0.23
|
| 90 |
starlette==0.27.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
tenacity==8.2.3
|
| 92 |
tiktoken==0.5.2
|
| 93 |
toml==0.10.2
|
|
@@ -104,5 +112,6 @@ urllib3==2.1.0
|
|
| 104 |
uvicorn==0.24.0.post1
|
| 105 |
validators==0.22.0
|
| 106 |
websockets==11.0.3
|
|
|
|
| 107 |
yarl==1.9.4
|
| 108 |
zipp==3.17.0
|
|
|
|
| 17 |
contourpy==1.2.0
|
| 18 |
cycler==0.12.1
|
| 19 |
dataclasses-json==0.6.3
|
| 20 |
+
datasets==2.18.0
|
| 21 |
+
dill==0.3.8
|
| 22 |
distro==1.8.0
|
| 23 |
dnspython==2.4.2
|
| 24 |
fastapi==0.105.0
|
|
|
|
| 57 |
matplotlib==3.8.2
|
| 58 |
mdurl==0.1.2
|
| 59 |
multidict==6.0.4
|
| 60 |
+
multiprocess==0.70.16
|
| 61 |
mypy-extensions==1.0.0
|
| 62 |
numpy==1.26.2
|
| 63 |
openai==1.6.0
|
|
|
|
| 68 |
pinecone-client==3.2.2
|
| 69 |
protobuf==4.25.2
|
| 70 |
pyarrow==15.0.0
|
| 71 |
+
pyarrow-hotfix==0.6
|
| 72 |
pydantic==2.5.2
|
| 73 |
pydantic_core==2.14.5
|
| 74 |
pydeck==0.8.1b0
|
|
|
|
| 92 |
soupsieve==2.5
|
| 93 |
SQLAlchemy==2.0.23
|
| 94 |
starlette==0.27.0
|
| 95 |
+
streamlit==1.30.0
|
| 96 |
+
streamlit-card==1.0.0
|
| 97 |
+
streamlit-keyup==0.2.2
|
| 98 |
+
streamlit-searchbox==0.1.7
|
| 99 |
tenacity==8.2.3
|
| 100 |
tiktoken==0.5.2
|
| 101 |
toml==0.10.2
|
|
|
|
| 112 |
uvicorn==0.24.0.post1
|
| 113 |
validators==0.22.0
|
| 114 |
websockets==11.0.3
|
| 115 |
+
xxhash==3.4.1
|
| 116 |
yarl==1.9.4
|
| 117 |
zipp==3.17.0
|