Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
streamlit>=1.30.0
|
| 2 |
torch>=2.0.0
|
|
|
|
| 3 |
transformers>=4.35.0
|
| 4 |
peft>=0.7.0
|
| 5 |
accelerate>=0.25.0
|
|
@@ -7,6 +8,7 @@ scikit-learn>=1.3.0
|
|
| 7 |
joblib>=1.3.0
|
| 8 |
pandas>=2.0.0
|
| 9 |
numpy>=1.24.0
|
|
|
|
| 10 |
plotly>=5.18.0
|
| 11 |
simple-icd-10-cm
|
| 12 |
openpyxl
|
|
|
|
| 1 |
streamlit>=1.30.0
|
| 2 |
torch>=2.0.0
|
| 3 |
+
torchvision>=0.15.0
|
| 4 |
transformers>=4.35.0
|
| 5 |
peft>=0.7.0
|
| 6 |
accelerate>=0.25.0
|
|
|
|
| 8 |
joblib>=1.3.0
|
| 9 |
pandas>=2.0.0
|
| 10 |
numpy>=1.24.0
|
| 11 |
+
scipy>=1.11.0
|
| 12 |
plotly>=5.18.0
|
| 13 |
simple-icd-10-cm
|
| 14 |
openpyxl
|