From 361c596d4da62364d961b89aad714a8dbd204afd Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Thu, 6 Jul 2023 18:19:29 +0200 Subject: [PATCH] wandb supremacy and dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3db1e16..4d6fb1d 100644 --- a/setup.py +++ b/setup.py @@ -8,5 +8,5 @@ setup( # author_email='author@gmail.com', # description='Description of my package', packages=['.'], - install_requires=[], + install_requires=['wandb'], )