diff --git a/setup.cfg b/setup.cfg index 4ac1ecdbe..3c5c262cf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,10 +51,10 @@ install_requires = rtree>=0.5 # scikit-learn 0.18+ required for sklearn.model_selection module scikit-learn>=0.18 - # shapely 1.3+ required for Python 3 support - shapely>=1.3 # segmentation-models-pytorch 0.2+ required for smp.losses module segmentation-models-pytorch>=0.2 + # shapely 1.3+ required for Python 3 support + shapely>=1.3 # timm 0.2.1+ required for `features_only` option in create_model timm>=0.2.1 # torch 1.7+ required for typing