Skip to content

Commit

Permalink
[Requirements] Bound ipykernel to 5.x (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedingber committed Jun 30, 2021
1 parent aade7bd commit 37baf1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements.txt
Expand Up @@ -10,6 +10,10 @@ kfp~=1.0.1
nest-asyncio~=1.0
# >=5.5 from nuclio-jupyter, <7.17 cause from 7.17 python 3.6 is not supported (and models-gpu-legacy image build fail)
ipython>=5.5, <7.17
# nuclio-jupyter has notebook>=5.2.0 which resolves to 6.4.0 which has ipykernel without specifier, which from 0.6.0
# has ipython>=7.23.1 which is incompatible with our ipython specifiers, therefore instsalling ipykernel 5.x before
# nuclio-jupyter
ipykernel~=5.0
nuclio-jupyter~=0.8.15
# >=1.16.5 from pandas 1.2.1 and <1.20.0 because we're hitting the same issue as this one
# https://github.com/Azure/MachineLearningNotebooks/issues/1314
Expand Down

0 comments on commit 37baf1c

Please sign in to comment.