Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -4,6 +4,7 @@
|
|
| 4 |
numpy
|
| 5 |
cython # Required for BasicSR compilation
|
| 6 |
Pillow
|
|
|
|
| 7 |
scipy
|
| 8 |
scikit-image
|
| 9 |
tqdm
|
|
@@ -47,4 +48,4 @@ gunicorn
|
|
| 47 |
# Optional but included in CodeFormer repo
|
| 48 |
# tb-nightly removed: causes slow pandas build from source on Python 3.13
|
| 49 |
# If needed, install separately: pip install tb-nightly
|
| 50 |
-
# pandas>=2.2.3 # Ensure pandas version with Python 3.13 wheels
|
|
|
|
| 4 |
numpy
|
| 5 |
cython # Required for BasicSR compilation
|
| 6 |
Pillow
|
| 7 |
+
pillow-heif
|
| 8 |
scipy
|
| 9 |
scikit-image
|
| 10 |
tqdm
|
|
|
|
| 48 |
# Optional but included in CodeFormer repo
|
| 49 |
# tb-nightly removed: causes slow pandas build from source on Python 3.13
|
| 50 |
# If needed, install separately: pip install tb-nightly
|
| 51 |
+
# pandas>=2.2.3 # Ensure pandas version with Python 3.13 wheels
|