Skip to content

Commit

Permalink
Add development-friendly environment.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Sep 4, 2024
1 parent 8b7cabc commit 402dfb1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: snkit-dev
channels:
- conda-forge
dependencies:
- python=3.12
- pip
- geopandas
- networkx
- black
- mypy
- ruff
- nbstripout
- pre-commit
- pip:
- -e .[dev,docs,networkx]

0 comments on commit 402dfb1

Please sign in to comment.