Skip to content

Commit

Permalink
chore: update scipy requirements (#61)
Browse files Browse the repository at this point in the history
* 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
tom-webber authored Dec 31, 2024
1 parent c9a2075 commit 7c16ed7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/opt/analytical-platform/requirements-base.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ipykernel
ipykernel==6.29.5
6 changes: 4 additions & 2 deletions src/opt/analytical-platform/requirements-jupyterlab.txt
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
2 changes: 1 addition & 1 deletion test/container-structure-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ commandTests:
- name: "jupyter"
command: "jupyter"
args: ["--version"]
expectedOutput: ["jupyterlab : 4.2.5"]
expectedOutput: ["jupyterlab\\s+: 4.3.4"]

fileExistenceTests:
- name: "/opt/analytical-platform/first-run-notice.txt"
Expand Down

0 comments on commit 7c16ed7

Please sign in to comment.