Skip to content

Commit

Permalink
Bump ipykernel version to 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gy-mate authored Jan 4, 2025
1 parent 05e2972 commit 0a9954f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/notebook/src/jupyter/requiredJupyterPackages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ export const requiredJupyterPackages: RequiredPackagesInfo = {
version: '7.2.2',
installExactVersion: true
},
// Require ipykernel 5.5.5 for https://github.com/microsoft/azuredatastudio/issues/24405
// Require ipykernel 6.5.0 for https://github.com/microsoft/azuredatastudio/issues/26075
{
name: 'ipykernel',
version: '5.5.5',
version: '6.5.0',
installExactVersion: true
}],
kernels: [{
Expand Down

0 comments on commit 0a9954f

Please sign in to comment.