Commit
•
857ebca
1
Parent(s):
db9e488
Update Python version to 3.11
Browse files- README.md +1 -1
- requirements.in +1 -1
- requirements.txt +2 -6
README.md
CHANGED
@@ -7,7 +7,7 @@ sdk: gradio
|
|
7 |
sdk_version: 4.41.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
python_version: 3.
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
7 |
sdk_version: 4.41.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
python_version: 3.11
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.in
CHANGED
@@ -2,4 +2,4 @@ cachetools
|
|
2 |
gradio
|
3 |
huggingface_hub
|
4 |
toolz
|
5 |
-
tqdm
|
|
|
2 |
gradio
|
3 |
huggingface_hub
|
4 |
toolz
|
5 |
+
tqdm
|
requirements.txt
CHANGED
@@ -1,9 +1,5 @@
|
|
1 |
-
#
|
2 |
-
#
|
3 |
-
# by the following command:
|
4 |
-
#
|
5 |
-
# pip-compile requirements.in
|
6 |
-
#
|
7 |
aiofiles==23.2.1
|
8 |
# via gradio
|
9 |
altair==5.1.1
|
|
|
1 |
+
# This file was autogenerated by uv via the following command:
|
2 |
+
# uv pip compile requirements.in -o requirements.txt
|
|
|
|
|
|
|
|
|
3 |
aiofiles==23.2.1
|
4 |
# via gradio
|
5 |
altair==5.1.1
|