Create requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==5.26.0 # Released Apr 23, 2025 :contentReference[oaicite:0]{index=0}
|
| 2 |
+
pandas==2.2.3 # Released Sep 20, 2024 :contentReference[oaicite:1]{index=1}
|
| 3 |
+
numpy==2.2.5 # Released Apr 19, 2025 :contentReference[oaicite:2]{index=2}
|
| 4 |
+
plotly==6.0.1 # Released Mar 17, 2025 :contentReference[oaicite:3]{index=3}
|