leonsimon23 commited on
Commit
6cc0541
·
verified ·
1 Parent(s): 6db96db

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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