Yago Bolivar
commited on
Commit
·
0916b3c
1
Parent(s):
0816a36
fix: re-add HTMLParser dependency to requirements.txt and create runtime file for Python 3.11
Browse files- requirements.txt +1 -0
- rumtime.txt +1 -0
requirements.txt
CHANGED
@@ -7,6 +7,7 @@ docutils==0.21.2
|
|
7 |
filelock==3.18.0
|
8 |
gpt4all==2.8.2
|
9 |
gradio==5.29.0
|
|
|
10 |
ipython==9.2.0
|
11 |
ipywidgets==8.1.7
|
12 |
jnius==1.1.0
|
|
|
7 |
filelock==3.18.0
|
8 |
gpt4all==2.8.2
|
9 |
gradio==5.29.0
|
10 |
+
HTMLParser==0.0.2
|
11 |
ipython==9.2.0
|
12 |
ipywidgets==8.1.7
|
13 |
jnius==1.1.0
|
rumtime.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
python-3.11
|