Spaces:
Sleeping
Sleeping
fixing conflict and updating pip on hf space
Browse files- README.md +1 -0
- requirements.txt +0 -1
README.md
CHANGED
@@ -8,6 +8,7 @@ sdk_version: 4.8.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
pip_version: 23.3.1
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -81,7 +81,6 @@ aiohttp==3.9.1
|
|
81 |
aiosignal==1.3.1
|
82 |
aiostream==0.5.2
|
83 |
altair==5.1.2
|
84 |
-
annotated-types==0.5.0
|
85 |
anyio==3.7.1
|
86 |
appdirs==1.4.4
|
87 |
argcomplete==1.8.1
|
|
|
81 |
aiosignal==1.3.1
|
82 |
aiostream==0.5.2
|
83 |
altair==5.1.2
|
|
|
84 |
anyio==3.7.1
|
85 |
appdirs==1.4.4
|
86 |
argcomplete==1.8.1
|