Update requirements-build.txt
pin numpy for docker to 1.xx version
This commit is contained in:
parent
05cf8a8215
commit
9f8aa7a3d7
|
@ -1,6 +1,6 @@
|
|||
diffusers[torch]>=0.27.2
|
||||
ninja
|
||||
numpy
|
||||
numpy==1.26.4
|
||||
omegaconf==2.2.3
|
||||
protobuf==3.20.3
|
||||
pyre-extensions==0.0.29
|
||||
|
|
Loading…
Reference in New Issue