Skip to content

Commit

Permalink
Merge pull request #62 from jgieseler/main
Browse files Browse the repository at this point in the history
remove ipykernel
  • Loading branch information
jgieseler authored Aug 16, 2024
2 parents b680998 + 0471880 commit d87a4bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ astropy
astroquery
bs4
cdflib>=0.4.9
ipykernel
# ipykernel
ipywidgets
matplotlib
mpl-animators>=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion seppy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from setuptools_scm import get_version
__version__ = get_version(root='..', relative_to=__file__)
except Exception:
__version__ = '0.1.14'
__version__ = '0.1.15'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install_requires =
astroquery
bs4
cdflib
ipykernel
# ipykernel
ipywidgets
matplotlib
mpl-animators>=1.0.0
Expand Down

0 comments on commit d87a4bd

Please sign in to comment.