Spaces:
Runtime error
Runtime error
Commit
•
4e8bdd6
1
Parent(s):
e21e026
Fix numpy version (#9)
Browse files- Fix numpy version (cdf676c27a3569ad1f01473cdd4c93394a6779d5)
Co-authored-by: Christophe Rannou <chris-rannou@users.noreply.huggingface.co>
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -22,4 +22,5 @@ scikit-learn
|
|
22 |
protobuf==3.20.0
|
23 |
pymeshlab
|
24 |
iopath
|
25 |
-
fvcore
|
|
|
|
22 |
protobuf==3.20.0
|
23 |
pymeshlab
|
24 |
iopath
|
25 |
+
fvcore
|
26 |
+
numpy==1.22.4
|