GenAIDevTOProd commited on
Commit
b3848f4
·
verified ·
1 Parent(s): 6beb9b8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
- torch
2
- gradio
3
- matplotlib
4
- numpy
5
- scikit-learn
 
 
 
1
+ torch==2.1.0
2
+ numpy==1.24.4
3
+ pandas==1.5.3
4
+ matplotlib==3.7.1
5
+ yfinance==0.2.33
6
+ scikit-learn==1.3.2
7
+ gradio==4.24.0