Set numpy < 2

This commit is contained in:
Piero Toffanin 2024-09-21 12:24:10 -04:00
parent 153ac8e3c8
commit 4df642cc29

View file

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