Skip to content

Commit

Permalink
Merge pull request #131 from erikmannerfelt/geoutils_master_to_main
Browse files Browse the repository at this point in the history
Change URLs in accordance with geoutils master->main rename.
  • Loading branch information
adehecq authored May 26, 2021
2 parents 53cfcb3 + a7f559d commit 84d56ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ dependencies:
- richdem
- scikit-gstat
- pytransform3d
- https://github.com/GlacioHack/GeoUtils/tarball/master
- https://github.com/GlacioHack/GeoUtils/tarball/main
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]},
Expand Down

0 comments on commit 84d56ae

Please sign in to comment.