File size: 323 Bytes
faf5f63
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
# gradio==6.14.0 matches the HF Space sdk_version declared in README.md
# pandas: 2.x is stable and compatible; cap below 3 until gradio explicitly supports it
# plotly: 5.x is the current stable series
# requests: 2.31+ for security patches; no upper cap needed
gradio==6.14.0
pandas>=2.0,<3
plotly>=5.20,<6
requests>=2.31