diff --git a/setup.py b/setup.py index 90ddfba2999ce88fd6991cd23e3954a4e304dbec..99e4b73028fd818337dbd5981c446a5094c4596e 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',