Skip to content

Commit

Permalink
update snkit dependency for SNKIT_PROCESSES
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-fred committed Sep 15, 2023
1 parent 93194f9 commit 23fb6f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# to install this environment:
# conda env create -f environment.yml
# micromamba create -f environment.yml
name: open-gira
channels:
- conda-forge
Expand All @@ -11,7 +11,7 @@ dependencies:
- pip: # delegate to pip for non-conda packages
- nismod-snail==0.3.1 # vector-raster intersections
- osmium==3.2.0 # OpenStreetMap protobuf handling
- snkit # spatial network cleaning
- snkit==1.8.1 # spatial network cleaning
- --editable . # open_gira helper package
- black # formatter
- cython==0.29.28 # c--python interface
Expand Down

0 comments on commit 23fb6f1

Please sign in to comment.