chris-rannou HF staff commited on
Commit
cdf676c
1 Parent(s): d9cef81

Fix numpy version

Browse files

The space build timeouts but the actual underlying reason seems to be a numpy version issue.
Extracted from the startup logs:
`ImportError: Numba needs NumPy 1.22 or less`

Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -21,4 +21,5 @@ scikit-learn
21
  protobuf==3.20.0
22
  pymeshlab
23
  iopath
24
- fvcore
 
 
21
  protobuf==3.20.0
22
  pymeshlab
23
  iopath
24
+ fvcore
25
+ numpy==1.22.4