Skip to content

Commit

Permalink
Move scikit-gstat dependency to pip temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Aug 10, 2023
1 parent 0ac438d commit 27f3cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ dependencies:
- scipy
- tqdm
- scikit-image
- scikit-gstat>=1.0.11
- pytransform3d
- geoutils==0.0.11

Expand All @@ -42,5 +41,6 @@ dependencies:

- pip:
- noisyopt
- scikit-gstat>=1.0.11
- -e ./
# - git+https://github.com/GlacioHack/GeoUtils.git
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ dependencies:
- scipy
- tqdm
- scikit-image
- scikit-gstat>=1.0.11
- pytransform3d
- geoutils==0.0.11
- pip

- pip:
- noisyopt
- scikit-gstat>=1.0.11


# - pip:
Expand Down

0 comments on commit 27f3cbe

Please sign in to comment.