Skip to content

Commit

Permalink
added ipython to CI install
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidymwagner committed Jan 12, 2024
1 parent 2b2bc32 commit 5397aa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
pip install --upgrade pip
pip install numpy
pip install pandas
pip install ipython
pip install geopy
pip install sphinx
pip install nbsphinx
Expand Down
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
numpy>=1,<2
pandas>=1.5.3
geopy>=2"
numpydoc
numpydoc
ipython

0 comments on commit 5397aa4

Please sign in to comment.