From ef65bd3789c97462c8a091ae7bdf1228653405e7 Mon Sep 17 00:00:00 2001 From: Alexander Engelsberger Date: Wed, 27 Apr 2022 09:50:48 +0200 Subject: [PATCH] chore: update prototorch dependency --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 1805c5b..30b8949 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ with open("README.md", "r") as fh: long_description = fh.read() INSTALL_REQUIRES = [ - "prototorch>=0.7.0", + "prototorch>=0.7.3", "pytorch_lightning>=1.6.0", "torchmetrics", ] @@ -64,7 +64,7 @@ setup( url=PROJECT_URL, download_url=DOWNLOAD_URL, license="MIT", - python_requires=">=3.6", + python_requires=">=3.7", install_requires=INSTALL_REQUIRES, extras_require={ "dev": DEV, @@ -84,7 +84,6 @@ setup( "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.6", "Operating System :: OS Independent", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Software Development :: Libraries",