Set numpy < 2

This commit is contained in:
Piero Toffanin 2024-09-21 12:23:50 -04:00
parent 443ae19832
commit 153ac8e3c8

View file

@ -53,6 +53,7 @@ dependencies = [
"Werkzeug ==2.3.8", "Werkzeug ==2.3.8",
"requests ==2.31.0", "requests ==2.31.0",
"redis ==4.4.4", "redis ==4.4.4",
"numpy<2",
"prometheus-client ==0.15.0", "prometheus-client ==0.15.0",
"polib ==1.1.1", "polib ==1.1.1",
"packaging ==23.1", "packaging ==23.1",