Spaces:
Runtime error
Runtime error
Numan Saeed commited on
Commit ·
f672423
1
Parent(s): c99b600
Fix: Add PyWavelets dependency (required by scikit-image)
Browse files- backend/requirements.txt +1 -0
backend/requirements.txt
CHANGED
|
@@ -20,3 +20,4 @@ pydicom>=2.4.0
|
|
| 20 |
|
| 21 |
# Utilities
|
| 22 |
pydantic>=2.0.0
|
|
|
|
|
|
| 20 |
|
| 21 |
# Utilities
|
| 22 |
pydantic>=2.0.0
|
| 23 |
+
PyWavelets
|