arun-gharami commited on
Commit
32278f1
·
verified ·
1 Parent(s): 8c9b0fa

fix: update gradio to >=4.44.0 for Python 3.13 compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio>=4.0.0
2
  scikit-learn>=1.3.0
3
  numpy>=1.24.0
4
  pandas>=2.0.0
 
1
+ gradio>=4.44.0
2
  scikit-learn>=1.3.0
3
  numpy>=1.24.0
4
  pandas>=2.0.0