Commit
·
30e1407
1
Parent(s):
75f2825
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
transformers==4.11.3
|
2 |
-
torch>=1.7.1
|
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
|