Skip to content

Commit

Permalink
bump metakernel version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jld23 authored Sep 1, 2020
1 parent 093d794 commit 5981e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def run(self):
packages=find_packages(),
cmdclass={'install': InstallWithKernelspec},
package_data={'': ['*.js', '*.md', '*.yaml', '*.css'], 'sas_kernel': ['data/*.json', 'data/*.png']},
install_requires=['saspy>=3', "metakernel>=0.24.0", "jupyter_client >=4.4.0",
install_requires=['saspy>=3', "metakernel>=0.27.0", "jupyter_client >=4.4.0",
"ipython>=5.0.0"
],
classifiers=['Framework :: IPython',
Expand Down

0 comments on commit 5981e7f

Please sign in to comment.