mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Set minimum numpy version to ensure that np.testing.assert_array_equal() supports the 'strict' argument.
This commit is contained in:
parent
0539a64569
commit
04ddcf53f3
@ -54,7 +54,8 @@ dependencies = [
|
||||
"invisible-watermark~=0.2.0", # needed to install SDXL base and refiner using their repo_ids
|
||||
"matplotlib", # needed for plotting of Penner easing functions
|
||||
"mediapipe", # needed for "mediapipeface" controlnet model
|
||||
"numpy",
|
||||
# Minimum numpy version of 1.24.0 is needed to use the 'strict' argument to np.testing.assert_array_equal().
|
||||
"numpy>=1.24.0",
|
||||
"npyscreen",
|
||||
"omegaconf",
|
||||
"onnx",
|
||||
|
Loading…
Reference in New Issue
Block a user