cve-decoder / requirements.txt
MMADS's picture
crash fix attempt
faf5f63
raw
history blame contribute delete
323 Bytes
# 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