feat: add downloadable clinical report (PNG 300 DPI + JSON)
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -9,3 +9,4 @@ scikit-learn>=1.3.0
|
|
| 9 |
xgboost>=2.0.0
|
| 10 |
joblib>=1.3.0
|
| 11 |
gradio>=4.0.0
|
|
|
|
|
|
| 9 |
xgboost>=2.0.0
|
| 10 |
joblib>=1.3.0
|
| 11 |
gradio>=4.0.0
|
| 12 |
+
Pillow>=10.0.0
|