Commit ·
534474e
1
Parent(s): 75e338f
Resolve typing_extensions version issue
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -5,7 +5,7 @@ packaging==23.2
|
|
| 5 |
PyYAML==6.0.2
|
| 6 |
regex==2025.9.1
|
| 7 |
fsspec==2025.9.0
|
| 8 |
-
typing_extensions=
|
| 9 |
|
| 10 |
# Numerical and image processing
|
| 11 |
numpy==1.26.4
|
|
|
|
| 5 |
PyYAML==6.0.2
|
| 6 |
regex==2025.9.1
|
| 7 |
fsspec==2025.9.0
|
| 8 |
+
typing_extensions>=4.10.0
|
| 9 |
|
| 10 |
# Numerical and image processing
|
| 11 |
numpy==1.26.4
|