From 4e1c69b8aec13a5c3dc07004b495aca947cd89eb Mon Sep 17 00:00:00 2001 From: xuesu <5354339xy@gmail.com> Date: Sat, 10 Feb 2024 19:52:46 +0100 Subject: [PATCH] allow using latest mypy to avoid error prompt of numpy --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 40efede3..3824e01b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ colorama==0.4.3 hypothesis == 6.54 -mypy == 0.971 +mypy numba == 0.56 numpy == 1.22 pre-commit == 2.20.0