Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
pandas
|
2 |
openpyxl
|
3 |
statsmodels
|
|
|
1 |
+
# Pinning numpy to a stable version to avoid binary incompatibility issues
|
2 |
+
numpy==1.24.4
|
3 |
+
|
4 |
+
# Core libraries
|
5 |
pandas
|
6 |
openpyxl
|
7 |
statsmodels
|