From 55938b3632f27b5083ddbe224c1bef93d9b93504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Grobol?= Date: Mon, 1 Jun 2020 19:22:46 +0200 Subject: [PATCH] pin lightning to <0.8.0 because of https://github.com/PyTorchLightning/pytorch-lightning/pull/2029 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 752127b..398c3e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ install_requires = filelock loguru pydantic - pytorch-lightning >= 0.7.6 + pytorch-lightning >= 0.7.6, < 0.8.0 torch >=1.4.0 tqdm tokenizers