Spaces:
Sleeping
Sleeping
Alireza Aminzadeh commited on
Commit ·
a2d906e
1
Parent(s): d00b444
Fix: Update dependencies for Python 3.13 compatibility
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
# Streamlit and UI
|
| 2 |
-
streamlit=
|
| 3 |
|
| 4 |
# Data manipulation and visualization
|
| 5 |
-
pandas=
|
| 6 |
-
numpy=
|
| 7 |
-
plotly=
|
| 8 |
|
| 9 |
# Utilities
|
| 10 |
-
python-dotenv=
|
|
|
|
| 1 |
# Streamlit and UI
|
| 2 |
+
streamlit>=1.29.0
|
| 3 |
|
| 4 |
# Data manipulation and visualization
|
| 5 |
+
pandas>=2.2.0
|
| 6 |
+
numpy>=1.26.0
|
| 7 |
+
plotly>=5.18.0
|
| 8 |
|
| 9 |
# Utilities
|
| 10 |
+
python-dotenv>=1.0.0
|