From da0c870d9b22926a38f0499474d6c1d267276825 Mon Sep 17 00:00:00 2001
From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu>
Date: Thu, 18 Feb 2021 10:08:07 +0100
Subject: [PATCH] Removed torch as dependency.

---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index 90ddfba..99e4b73 100644
--- a/setup.py
+++ b/setup.py
@@ -174,7 +174,6 @@ PACKAGES = find_packages(exclude=['tests'])
 # https://packaging.python.org/en/latest/requirements.html
 INSTALL_REQUIRES = ['numpy',
                     'pandas',
-                    'torch',
                     'scipy',
                     'scikit-learn',
                     'gdal>=3.2',
-- 
GitLab