diff --git a/requirements.txt b/requirements.txt index b88e855..b2e98b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ biopython==1.79; python_version >= "3.6" click==7.1.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" colorama==0.4.4; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_full_version >= "3.5.0" and python_version < "4.0" commonmark==0.9.1; python_version >= "3.6" and python_version < "4.0" -numpy==1.21.1; python_version >= "3.7" +numpy==1.24.0; python_version >= "3.7" pygments==2.9.0; python_version >= "3.6" and python_version < "4.0" rich==10.6.0; python_version >= "3.6" and python_version < "4.0" shellingham==1.4.0; python_version >= "3.6"