Downgrade numpy until colormath supports 1.23+

This commit is contained in:
kris 2023-01-18 21:25:19 +00:00
parent 9cea6f7d18
commit 157d7596d7
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ librosa==0.9.2
llvmlite==0.39.1
networkx==3.0
numba==0.56.4
numpy==1.23.5
numpy==1.22.4 # Until colormath supports 1.23+
packaging==23.0
Pillow==9.4.0
pooch==1.6.0
@ -27,4 +27,4 @@ soundfile==0.11.0
threadpoolctl==3.1.0
urllib3==1.26.14
weighted-levenshtein==0.2.1
zipp==3.11.0
zipp==3.11.0