X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=python_packaging%2Fsrc%2Frequirements.txt;h=6101354e5bb48e3a0ebca04d6f8dd5fc4165b6b9;hb=6e6e449b7659f882b1f0dfdcf14eb1279b074aae;hp=d75b37054d2482c2b3fd86f0841be9d640c2a376;hpb=de7b57567f8aaa2e29f653d843ebf5db93a88af3;p=alexxy%2Fgromacs.git diff --git a/python_packaging/src/requirements.txt b/python_packaging/src/requirements.txt index d75b37054d..6101354e5b 100644 --- a/python_packaging/src/requirements.txt +++ b/python_packaging/src/requirements.txt @@ -8,10 +8,11 @@ # and run time package dependencies (to be checked during installation) are # resolved by setuptools from the `install_requires` argument to setup() in # setup.py. -cmake>=3.13 +cmake>=3.16 networkx>=2.0 -numpy>=1 +numpy>1.7 +packaging pip>=10.1 -scikit-build>=0.10 +pybind11>=2.6 setuptools>=42 wheel