Fix alphabetic sorting of deps

This commit is contained in:
Adam J. Stewart 2021-12-19 23:49:35 -06:00
Родитель 52a94a6ddc
Коммит facaa955ef
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: C66C0675661156FC
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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