Skip to content

Commit

Permalink
build: add ipython to interactive deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Dec 10, 2023
1 parent a82ea7a commit 4c706ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions env/test_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies:
- geoviews
- cartopy
- ipyleaflet
- ipython
# viz
- seaborn
# test
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ interactive = [
"geoviews",
"cartopy",
"ipyleaflet",
"ipython",
]
viz = [
"seaborn",
Expand Down

0 comments on commit 4c706ad

Please sign in to comment.