arsalan16 commited on
Commit
328e366
·
verified ·
1 Parent(s): 0c85c81

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
  streamlit==1.25.0
2
- googletrans==4.0.0-rc1 # For multi-language support
3
- pvlib==0.9.7 # For solar calculations
4
- pandas==1.5.3
5
- numpy==1.23.5
 
 
1
  streamlit==1.25.0
2
+ googletrans==4.0.0-rc1
3
+ pvlib>=0.9.4,<0.12.0
4
+ pandas>=1.5.3
5
+ numpy>=1.23.5
6
+