Set minimum numpy version to ensure that np.testing.assert_array_equal() supports the 'strict' argument.

This commit is contained in:
Ryan Dick 2023-12-01 10:09:39 -05:00 committed by Kent Keirsey
parent 0539a64569
commit 04ddcf53f3

View File

@ -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",