mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 23:41:01 +00:00
Set numpy < 2
This commit is contained in:
parent
443ae19832
commit
153ac8e3c8
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue