Skip to content

Commit 0471880

Browse files
committed
remove ipykernel
1 parent b680998 commit 0471880

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ astropy
22
astroquery
33
bs4
44
cdflib>=0.4.9
5-
ipykernel
5+
# ipykernel
66
ipywidgets
77
matplotlib
88
mpl-animators>=1.0.0

seppy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from setuptools_scm import get_version
66
__version__ = get_version(root='..', relative_to=__file__)
77
except Exception:
8-
__version__ = '0.1.14'
8+
__version__ = '0.1.15'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install_requires =
3131
astroquery
3232
bs4
3333
cdflib
34-
ipykernel
34+
# ipykernel
3535
ipywidgets
3636
matplotlib
3737
mpl-animators>=1.0.0

0 commit comments

Comments
 (0)