From d096eba2c9fc6de619dd8b0e2f16dfc1514c6471 Mon Sep 17 00:00:00 2001 From: Alexander Engelsberger Date: Wed, 27 Apr 2022 09:39:00 +0200 Subject: [PATCH] chore: update pytorch lightning dependency --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a963cbb..1805c5b 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ with open("README.md", "r") as fh: INSTALL_REQUIRES = [ "prototorch>=0.7.0", - "pytorch_lightning>=1.3.5", + "pytorch_lightning>=1.6.0", "torchmetrics", ] CLI = [ @@ -80,6 +80,7 @@ setup( "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Natural Language :: English", + "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.7",