Skip to content
This repository was archived by the owner on May 9, 2026. It is now read-only.

Commit 03703db

Browse files
committed
binder checkin
1 parent 296af2e commit 03703db

3 files changed

Lines changed: 179 additions & 150 deletions

File tree

binder/postBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
# any byte invalidates the cache and forces a rebuild on next launch
88
# (3-5 min). Without a bump, Binder serves the cached image and the
99
# installed ppm package stays frozen at whatever was current at last build.
10-
# Last bump: 2026-05-09d
10+
# Last bump: 2026-05-09g
1111

1212
# Binder runs vanilla JupyterLab. ipywidgets 8.x auto-registers as a
1313
# JupyterLab extension on install — no explicit enable needed.

binder/requirements.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
numpy~=2.0
2-
scipy~=1.13
3-
matplotlib~=3.9
4-
pandas~=2.0
5-
ipywidgets~=8.0
6-
jupyterlab_widgets~=3.0
1+
numpy>=1.24
2+
scipy>=1.11
3+
matplotlib>=3.7
4+
pandas>=2.0
5+
ipywidgets>=8.0

0 commit comments

Comments
 (0)