Barto517 commited on
Commit
0ff1555
·
verified ·
1 Parent(s): cc52d3c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -9
requirements.txt CHANGED
@@ -1,10 +1,9 @@
1
- streamlit
2
- Pillow
3
- pytesseract
4
- TA-Lib
5
- textblob
6
- pandas
7
- requests
8
- scikit-learn
9
- googlesearch-python
10
 
 
1
+ streamlit==1.25.0
2
+ scikit-learn==1.3.1
3
+ numpy==1.23.0
4
+ pandas==1.5.0
5
+ transformers==4.30.0
6
+ torch==2.0.0
7
+
8
+
 
9