From a7f559dfdea44b0f396cdd6fdeec5b2c1b56355a Mon Sep 17 00:00:00 2001 From: Erik Mannerfelt <33550973+erikmannerfelt@users.noreply.github.com> Date: Wed, 26 May 2021 11:56:48 +0200 Subject: [PATCH] Changed urls in accordance with geoutils master->main rename. --- environment.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 443c7d44..f0b4eba9 100644 --- a/environment.yml +++ b/environment.yml @@ -22,4 +22,4 @@ dependencies: - richdem - scikit-gstat - pytransform3d - - https://github.com/GlacioHack/GeoUtils/tarball/master + - https://github.com/GlacioHack/GeoUtils/tarball/main diff --git a/setup.py b/setup.py index 5986b6d0..7f75dbf6 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ install_requires=[ 'numpy', 'scipy', 'rasterio', 'geopandas', 'pyproj', 'tqdm', 'scikit-gstat', 'scikit-image', - "geoutils @ https://github.com/GlacioHack/geoutils/tarball/master" + "geoutils @ https://github.com/GlacioHack/geoutils/tarball/main" ], extras_require={'rioxarray': ['rioxarray'], 'richdem': ['richdem'], 'pdal': [ 'pdal'], 'opencv': ['opencv'], "pytransform3d": ["pytransform3d"]},