From 4a2d408e018135afca844891b385f4c5ca77a459 Mon Sep 17 00:00:00 2001 From: Andi <andi.gerken@gmail.com> Date: Tue, 10 May 2022 09:58:40 +0200 Subject: [PATCH] Added torch as regular dependency. --- ci/test.py | 1 - setup.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test.py b/ci/test.py index 7772e43..ab41980 100755 --- a/ci/test.py +++ b/ci/test.py @@ -37,7 +37,6 @@ if __name__ == "__main__": ] ) - check_call([python_venv_executable(), "-m", "pip", "install", "torch"]) check_call( [ python_venv_executable(), diff --git a/setup.py b/setup.py index 19fae52..14d44d9 100644 --- a/setup.py +++ b/setup.py @@ -59,6 +59,7 @@ setup( "deprecation", "tqdm", "pre-commit", + "torch", ], classifiers=[ "Development Status :: 3 - Alpha", -- GitLab