diff --git a/setup.cfg b/setup.cfg index 3727bba2..96e9413c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,8 +22,11 @@ url = https://github.com/nipreps/EddyMotionCorrection python_requires = >=3.7 install_requires = dipy>=1.3.0 - scikit-image>=0.14.2 + nipype>= 1.5.1, < 2.0 + nitransforms>=21.0.0 nest-asyncio>=1.5.1 + scikit-image>=0.14.2 + scikit-learn>=1.0.1 test_requires = codecov coverage