mackenzietechdocs commited on
Commit
d9eca38
·
1 Parent(s): befbf22

Force upgrade Gradio on HF

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
  anthropic>=0.36.0
2
  python-dotenv>=1.0.1
3
- gradio==6.0.2
4
- huggingface-hub>=0.26.0
5
  PyPDF2>=3.0.0
6
- mcp[cli]>=0.1.0
 
 
 
 
1
  anthropic>=0.36.0
2
  python-dotenv>=1.0.1
 
 
3
  PyPDF2>=3.0.0
4
+ mcp[cli]>=0.1.0
5
+ --upgrade
6
+ gradio>=6.0.2
7
+ huggingface-hub>=0.26.0