Skip to content

Commit 2951702

Browse files
committed
updates
1 parent 9896468 commit 2951702

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy-book:
1010
runs-on: ubuntu-latest
1111
steps:
12-
# 1️⃣ Checkout the repository
12+
# 1️⃣ Checkout repo
1313
- uses: actions/checkout@v2
1414

1515
# 2️⃣ Set up Python 3.11
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: 3.11
2020

21-
# 3️⃣ Cache pip packages for speed
21+
# 3️⃣ Cache pip packages for faster builds
2222
- name: Cache pip
2323
uses: actions/cache@v3
2424
with:

requirements.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# Jupyter Book ecosystem
22
jupyter-book==0.13.1
33
notebook==7.3.1
4-
jupyterlab==4.1.4
5-
jupyter-server==2.15.0
6-
nbclient==0.8.0
7-
nbconvert==7.5.0
8-
nbformat==5.9.0
9-
traitlets==5.9.0
104

115
# Core scientific packages
126
numpy==1.24.4
@@ -28,4 +22,4 @@ argon2-cffi-bindings==21.1.0
2822

2923
# Utilities
3024
tqdm==4.66.0
31-
appnope==0.1.4 # macOS only
25+
appnope==0.1.4 # macOS only

0 commit comments

Comments
 (0)