Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -6,16 +6,15 @@ streamlit>=1.28.0
|
|
6 |
streamlit-option-menu>=0.3.6
|
7 |
|
8 |
# Data processing and analysis
|
9 |
-
pandas>=
|
10 |
numpy>=1.24.0
|
11 |
-
|
12 |
# Plotting and visualization
|
13 |
plotly>=5.15.0
|
14 |
matplotlib>=3.7.0
|
15 |
seaborn>=0.12.0
|
16 |
|
17 |
# Utility libraries
|
18 |
-
python-
|
19 |
pytz>=2023.3
|
20 |
|
21 |
# File handling and data formats
|
|
|
6 |
streamlit-option-menu>=0.3.6
|
7 |
|
8 |
# Data processing and analysis
|
9 |
+
pandas>=1.5.0
|
10 |
numpy>=1.24.0
|
|
|
11 |
# Plotting and visualization
|
12 |
plotly>=5.15.0
|
13 |
matplotlib>=3.7.0
|
14 |
seaborn>=0.12.0
|
15 |
|
16 |
# Utility libraries
|
17 |
+
python-dotenv>=1.0.0
|
18 |
pytz>=2023.3
|
19 |
|
20 |
# File handling and data formats
|