From 869e90e6d861d7c3a60dc1251f3041baf2afb25f Mon Sep 17 00:00:00 2001 From: Vladimir Antropov Date: Wed, 9 Oct 2024 23:11:16 +0200 Subject: [PATCH] chore: define numpy version --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f212a642..6943cf1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,5 @@ pymdown-extensions == 9.6 plantuml-markdown == 3.7.3 mkdocs-glightbox == 0.3.0 mkdocs-table-reader-plugin == 1.1.0 -pandas == 1.5.0 \ No newline at end of file +pandas == 1.5.0 +numpy == 1.25.2