Skip to content

Commit

Permalink
Add helper package irv-datapkg
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Jun 5, 2024
1 parent 3a07431 commit a709915
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ dependencies:
- python=3.10
- pip
- pip: # delegate to pip for non-conda packages
- nismod-snail==0.3.1 # vector-raster intersections
- nismod-snail==0.5.0 # vector-raster intersections
- osmium==3.2.0 # OpenStreetMap protobuf handling
- snkit==1.8.1 # spatial network cleaning
# required zenodo_get version not available via conda-forge
- zenodo_get>=1.5.1 # data download client, zenodo API broken w/ <1.5.1
- . # open_gira helper package
- irv-datapkg==0.1.2 # data package helper
- -e . # open_gira helper package
- black # formatter
- cython==0.29.28 # c--python interface
- contextily # basemaps for plots
Expand Down

0 comments on commit a709915

Please sign in to comment.