bradnow commited on
Commit
0d520d4
·
1 Parent(s): b9615bf

Update gradio library version

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. requirements.txt +6 -5
.gitignore CHANGED
@@ -2,3 +2,4 @@
2
  __pycache__/
3
  /.run*/
4
  /train.csv
 
 
2
  __pycache__/
3
  /.run*/
4
  /train.csv
5
+ /Makefile
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- huggingface_hub==0.28.1
2
- gradio==5.29.0
3
- openai~=1.78.0
4
- pandas~=2.2.3
5
- datasets~=2.14.4
 
 
1
+ huggingface_hub==0.35.3
2
+ gradio==5.47.2
3
+ openai~=1.109.1
4
+
5
+ pandas~=2.3.3
6
+ datasets~=4.1.1