Define minimum prototorch version in setup

This commit is contained in:
Alexander Engelsberger 2021-05-11 13:41:09 +02:00
parent 3fa6378c4d
commit 767206f905

View File

@ -19,7 +19,7 @@ DOWNLOAD_URL = "https://github.com/si-cim/prototorch_models.git"
with open("README.md", "r") as fh: with open("README.md", "r") as fh:
long_description = fh.read() long_description = fh.read()
INSTALL_REQUIRES = ["prototorch", "pytorch_lightning", "torchmetrics"] INSTALL_REQUIRES = ["prototorch>=0.4.1", "pytorch_lightning", "torchmetrics"]
DEV = ["bumpversion"] DEV = ["bumpversion"]
EXAMPLES = ["matplotlib", "scikit-learn"] EXAMPLES = ["matplotlib", "scikit-learn"]
TESTS = ["codecov", "pytest"] TESTS = ["codecov", "pytest"]