Commit
·
75f2825
1
Parent(s):
2ef4b2b
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
transformers==4.11.3
|
2 |
-
torch
|
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.10.0 # Use the latest compatible version
|
3 |
openai==0.27.0
|
4 |
python-pptx==0.6.19
|
5 |
streamlit==0.89.0
|