From a595897aad90bf653f7a69a68a277e36d1eff353 Mon Sep 17 00:00:00 2001 From: zengbin93 Date: Tue, 29 Oct 2024 11:48:50 +0800 Subject: [PATCH] 0.9.60 fix numpy version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 538d84078..e3c00afa8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ requests>=2.24.0 pyecharts>=1.9.1 tqdm>=4.66.4 pandas>=1.0.0 -numpy>=1.16.5 +numpy==1.26.4 tushare>=1.4.6 python-docx matplotlib