Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -7
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
# Core
|
| 2 |
pandas
|
| 3 |
|
| 4 |
# Image processing
|
|
@@ -9,9 +9,4 @@ Pillow
|
|
| 9 |
scikit-learn
|
| 10 |
xgboost
|
| 11 |
joblib
|
| 12 |
-
imbalanced-learn
|
| 13 |
-
|
| 14 |
-
# Radiomics
|
| 15 |
-
pyradiomics==3.0.1
|
| 16 |
-
SimpleITK
|
| 17 |
-
pynrrd
|
|
|
|
| 1 |
+
# Core (numpy, tensorflow, gradio installed in Dockerfile)
|
| 2 |
pandas
|
| 3 |
|
| 4 |
# Image processing
|
|
|
|
| 9 |
scikit-learn
|
| 10 |
xgboost
|
| 11 |
joblib
|
| 12 |
+
imbalanced-learn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|