Update requirements.txt
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
|
@@ -7,15 +7,13 @@ gradio>=6.5.1
|
|
| 7 |
# Data Processing & Visualization
|
| 8 |
pandas>=2.0.0
|
| 9 |
numpy>=1.24.0
|
| 10 |
-
|
|
|
|
|
|
|
| 11 |
|
| 12 |
# Utilities
|
| 13 |
python-dateutil>=2.8.2
|
| 14 |
typing-extensions>=4.8.0
|
| 15 |
|
| 16 |
# For Hugging Face Spaces
|
| 17 |
-
huggingface-hub>=0.20.0
|
| 18 |
-
|
| 19 |
-
# Additional dependencies for enhanced features
|
| 20 |
-
scipy>=1.11.0
|
| 21 |
-
matplotlib>=3.7.0
|
|
|
|
| 7 |
# Data Processing & Visualization
|
| 8 |
pandas>=2.0.0
|
| 9 |
numpy>=1.24.0
|
| 10 |
+
|
| 11 |
+
# Mathematical Sophistication
|
| 12 |
+
scipy>=1.11.0 # For Beta distribution and statistical functions
|
| 13 |
|
| 14 |
# Utilities
|
| 15 |
python-dateutil>=2.8.2
|
| 16 |
typing-extensions>=4.8.0
|
| 17 |
|
| 18 |
# For Hugging Face Spaces
|
| 19 |
+
huggingface-hub>=0.20.0
|
|
|
|
|
|
|
|
|
|
|
|