debjitpaul commited on
Commit
d98fec9
·
1 Parent(s): 0b6132e

Pin Python 3.11 to avoid audioop removal in 3.13

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. requirements.txt +1 -1
README.md CHANGED
@@ -6,6 +6,7 @@ colorTo: indigo
6
  sdk: gradio
7
  sdk_version: 4.44.0
8
  app_file: app.py
 
9
  pinned: true
10
  ---
11
 
 
6
  sdk: gradio
7
  sdk_version: 4.44.0
8
  app_file: app.py
9
+ python_version: 3.11
10
  pinned: true
11
  ---
12
 
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio>=4.44.0
2
  pandas>=2.0.0
3
  jsonschema>=4.20.0
4
  huggingface_hub>=0.24.0
 
1
+ gradio>=5.0.0
2
  pandas>=2.0.0
3
  jsonschema>=4.20.0
4
  huggingface_hub>=0.24.0