Skip to content

Commit

Permalink
add conda env file
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed May 6, 2024
1 parent 1a4be11 commit c5ccd4a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: jupyter-data-exploration
channels:
- conda-forge
dependencies:
- python==3.12
- pandas
- jupyterlab
- matplotlib
- geopandas
- contextily
- openpyxl

0 comments on commit c5ccd4a

Please sign in to comment.