Skip to content

Commit

Permalink
Get geoutils from git to check everything passes
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Sep 23, 2023
1 parent 346ead9 commit 6d03b40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- tqdm
- scikit-image
- scikit-gstat>=1.0
- geoutils=0.0.13
# - geoutils=0.0.13

# Development-specific, to mirror manually in setup.cfg [options.extras_require].
- pip
Expand Down Expand Up @@ -52,4 +52,4 @@ dependencies:
- noisyopt

# To run CI against latest GeoUtils
# - git+https://github.com/GlacioHack/GeoUtils.git
- git+https://github.com/GlacioHack/GeoUtils.git
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ dependencies:
- tqdm
- scikit-image
- scikit-gstat>=1.0
- geoutils=0.0.13
# - geoutils=0.0.13
- pip

# - pip:
# - git+https://github.com/GlacioHack/GeoUtils.git
- pip:
- git+https://github.com/GlacioHack/GeoUtils.git

0 comments on commit 6d03b40

Please sign in to comment.