generated from ministryofjustice/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update scipy requirements (#61)
* chore: update scipy requirements. Add pinned version to `requirements-base.txt` in attempt to have dependabot recognise directory * chore: update jupyterlab requirements feat: add notebook and nbclassic from base-notebook * chore: update command test with jupyterlab version * fix: yaml escape character
- Loading branch information
1 parent
c9a2075
commit 7c16ed7
Showing
3 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ipykernel | ||
ipykernel==6.29.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
jupyterlab==4.2.5 | ||
jupyterlab-git==0.50.1 | ||
jupyterlab==4.3.4 | ||
jupyterlab-git==0.50.2 | ||
notebook==7.3.2 | ||
nbclassic==1.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters