diff --git a/requirements.txt b/requirements.txt index 24ce15ab7ead32f98c7ac3edcd34bb2010ff4326..56aacd774b88e370f0e2fad347abb341df445332 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -numpy +numpy >= 1.20.0 # BSD diff --git a/tests/requirements.txt b/tests/requirements.txt index cccf4e8f586d3bbadd504b9d073baf29e47454ff..f14d0b907ce977320ba250046dfab52a3101800a 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,7 +1,7 @@ -black -build -flake8 autopep8 >= 1.7.0 # MIT -pylint -pytest -pytest-cov +black >= 22.0.0 # MIT +build >= 0.8.0 # MIT +flake8 >= 5.0.0 # MIT +pylint >= 2.15.0 # GPLv2 +pytest >= 7.0.0 # MIT +pytest-cov >= 3.0.0 # MIT