From cab2d5e77cdc88e062ad6f2745b4195194227298 Mon Sep 17 00:00:00 2001 From: blackfly Date: Mon, 30 Mar 2020 13:29:34 +0200 Subject: [PATCH] Remove pytorch_lightning requirement from setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index df433b2..2d1e902 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,6 @@ setup(name='prototorch', install_requires=[ 'torch>=1.3.1', 'torchvision>=0.4.2', - 'pytorch-lightning>=0.6.0', 'numpy>=1.9.1', 'matplotlib', 'sklearn', @@ -45,6 +44,7 @@ setup(name='prototorch', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Operating System :: OS Independent', 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries :: Python Modules'