Skip to content

Commit

Permalink
add ipython to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
pinarda committed Jun 2, 2021
1 parent 4341c1f commit a0295c1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- jupyter-offlinenotebook
- jupyterlab>=3
- matplotlib-base
- ipython
- netcdf4
- nodejs
- pip
Expand Down
1 change: 1 addition & 0 deletions ci/environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ dependencies:
- zfpy
- cf_xarray
- astropy
- ipython
1 change: 1 addition & 0 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ dependencies:
- cf_xarray
- pandas
- astropy
- ipython
1 change: 1 addition & 0 deletions ci/upstream-dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies:
- pandas
- astropy
- jupyterlab
- ipython
- pip:
- git+https://github.com/pydata/xarray.git
- git+https://github.com/xarray-contrib/cf-xarray.git
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ cartopy
nodejs
pandas
astropy
ipython

0 comments on commit a0295c1

Please sign in to comment.