curiouscurrent commited on
Commit
a61aac1
·
verified ·
1 Parent(s): 482309a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -1
requirements.txt CHANGED
@@ -1,3 +1,8 @@
1
  gradio
2
  pandas
3
- requests
 
 
 
 
 
 
1
  gradio
2
  pandas
3
+ scikit-learn
4
+ # The following are standard dependencies often used by pandas and scikit-learn
5
+ # but explicitly listing them can help ensure a stable environment:
6
+ numpy
7
+ scipy
8
+ requests