From 01c77d51bd51fef965d688e4ef2c253ecea5d2f7 Mon Sep 17 00:00:00 2001 From: Zhanlue Yang Date: Mon, 5 Aug 2024 21:48:13 +0800 Subject: [PATCH] Fix CI dependencies --- requirements_test.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 80686f769a146..e6c7795a5e857 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -7,7 +7,7 @@ numpy psutil autograd requests -matplotlib +matplotlib==3.7.3 cffi scipy setproctitle @@ -16,3 +16,4 @@ marko PyYAML pyevtk wget +urllib3==1.26