Spaces:
Running
Running
pangyuteng commited on
Commit ·
b3f1ad9
1
Parent(s): 2be0393
cvib/dlqlf-issue-4 updated set SimpleITK version eliminating simpleitk building from scratch
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
albumentations>=0.5.2
|
| 2 |
-
SimpleITK
|
| 3 |
pydicom>=2.1.2
|
| 4 |
pandas>=1.1.5
|
| 5 |
scikit-learn>=0.24.1
|
|
@@ -12,4 +12,4 @@ gradio==4.43.0
|
|
| 12 |
gradio-client==1.3.0
|
| 13 |
pydantic==2.9.0
|
| 14 |
pydantic-core==2.23.2
|
| 15 |
-
huggingface-hub==0.27.0
|
|
|
|
| 1 |
albumentations>=0.5.2
|
| 2 |
+
SimpleITK==2.2.1
|
| 3 |
pydicom>=2.1.2
|
| 4 |
pandas>=1.1.5
|
| 5 |
scikit-learn>=0.24.1
|
|
|
|
| 12 |
gradio-client==1.3.0
|
| 13 |
pydantic==2.9.0
|
| 14 |
pydantic-core==2.23.2
|
| 15 |
+
huggingface-hub==0.27.0
|