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"]},