From 20fa09973bab4888c18bf83af69c4b144719ad60 Mon Sep 17 00:00:00 2001 From: Elijah Rippeth Date: Sun, 6 Dec 2020 09:46:16 -0500 Subject: [PATCH] add dev dependency for hydra-torch. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 884f646..abb84bc 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ "torch", "pytorch_lightning", "pytorch-crf", + "hydra-configs-torch @ git+https://github.com/pytorch/hydra-torch/#subdirectory=hydra-configs-torch", ], test_requires=[ "pytest",