Skip to content

Commit

Permalink
Set minimal MetaKernel version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Sep 20, 2018
1 parent 6ad88ec commit dff9163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source $HOME/miniconda/etc/profile.d/conda.sh
conda activate test

# Install ipdb_kernel spec
pip install -e .
pip install -q -e .
python spyder_kernels/ipdb install --user

# Run tests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get_version(module='spyder_kernels'):
return version


REQUIREMENTS = ['metakernel',
REQUIREMENTS = ['metakernel>=0.21',
'ipykernel>=4.8.2',
'pyzmq>=17',
'jupyter-client>=5.2.3',
Expand Down

0 comments on commit dff9163

Please sign in to comment.