kshitij10000 commited on
Commit
30e1407
·
1 Parent(s): 75f2825

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  transformers==4.11.3
2
- torch>=1.7.1,<1.10.0 # Use the latest compatible version
3
  openai==0.27.0
4
  python-pptx==0.6.19
5
  streamlit==0.89.0
 
1
  transformers==4.11.3
2
+ torch>=1.7.1,<=1.9.9 # Use the latest compatible version within 1.7.x and 1.9.x
3
  openai==0.27.0
4
  python-pptx==0.6.19
5
  streamlit==0.89.0