Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rgrundkiewicz@gmail.com>2022-09-05 13:29:13 +0300
committerRoman Grundkiewicz <rgrundkiewicz@gmail.com>2022-09-05 13:29:13 +0300
commit92e116efa369d6ed848c8eb19dfcef8bf7245d71 (patch)
tree86d1d9546b09d65430faa5bad79886f5580d94ce
parent4fa9ff55af68bc87d8bd04c9b410f1e1d3874718 (diff)
Upgrade numpy to 1.22 to fix a vulnerability
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index b475b58..7993341 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
websocket-client
pyyaml
-numpy
+numpy>=1.22