Callmebowoo-22 commited on
Commit
a83218e
·
verified ·
1 Parent(s): 5857fcf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -7
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
- git+https://github.com/IBM/tsfm-public.git
2
- streamlit>=1.25.0
3
- pandas>=2.0.0
4
- scikit-learn>=1.3.0
5
- matplotlib>=3.7.0
6
- torch>=2.0.0
7
- transformers>=4.30.0
 
1
+ streamlit==1.25.0
2
+ transformers==4.36.0
3
+ torch==2.0.1
4
+ pandas==2.0.3
5
+ scikit-learn==1.3.0
6
+ matplotlib==3.7.1