Spaces:
Runtime error
Runtime error
Commit
·
f59f421
1
Parent(s):
b3237c9
Numpy version must be 1.22 or less (#10)
Browse files- Numpy version must be 1.22 or less (088a6461ba2551595efa7ec2568a6d21e12865e9)
Co-authored-by: Christophe Rannou <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -7,7 +7,7 @@ yacs>=0.1.8
|
|
| 7 |
scikit-image==0.19.1
|
| 8 |
termcolor
|
| 9 |
tqdm
|
| 10 |
-
numpy
|
| 11 |
trimesh==3.9.35
|
| 12 |
flatten_dict==0.4.2
|
| 13 |
jpeg4py
|
|
|
|
| 7 |
scikit-image==0.19.1
|
| 8 |
termcolor
|
| 9 |
tqdm
|
| 10 |
+
numpy==1.22.4
|
| 11 |
trimesh==3.9.35
|
| 12 |
flatten_dict==0.4.2
|
| 13 |
jpeg4py
|