Update requirements.txt

#1
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,3 +1,4 @@
1
- gradio
2
- Pillow
3
- openai
 
 
1
+ gradio~=4.26.0
2
+ pillow~=10.3.0
3
+ openai~=1.16.2
4
+ numpy~=1.26.4