Skip to content

Commit

Permalink
conda environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Jan 24, 2024
1 parent 50e04f0 commit 14468d1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: centerline_width
channels:
- conda-forge
dependencies:
- python>=3.9,<3.12 # minimum support 3.9
- geopy
- haversine
- matplotlib
- networkx
- numpy
- pandas
- pykml
- pyproj
- pytest
- scipy
- shapely

0 comments on commit 14468d1

Please sign in to comment.