diff options
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 6dcf7c1a5..c7db0f1c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ patchelf==0.17.2; sys_platform == 'linux' # 2.0.2 is the last version that supports Python 3.9 numpy<=2.0.2; python_version <= '3.9' numpy==2.1.3; python_version > '3.9' -mypy[faster-cache]>=1.13.0 +mypy[faster-cache]==1.13.0 |
