Skip to content

Commit 109ae7a

Browse files
committed
updates
1 parent 2951702 commit 109ae7a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
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 repo
12+
# 1️⃣ Checkout repository
1313
- uses: actions/checkout@v2
1414

1515
# 2️⃣ Set up Python 3.11

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Jupyter Book ecosystem
2-
jupyter-book==0.13.1
3-
notebook==7.3.1
2+
jupyter-book==0.15.3
3+
notebook>=7.3,<7.4
44

55
# Core scientific packages
66
numpy==1.24.4
@@ -11,7 +11,7 @@ seaborn==0.12.2
1111
scikit-learn==1.3.2
1212
tables==3.10.2
1313

14-
# Networking / async dependencies
14+
# Utilities / async
1515
anyio==4.5.2
1616
trio==0.23.0
1717
h11==0.14.0
@@ -20,6 +20,6 @@ h11==0.14.0
2020
argon2-cffi==21.1.0
2121
argon2-cffi-bindings==21.1.0
2222

23-
# Utilities
23+
# Misc
2424
tqdm==4.66.0
2525
appnope==0.1.4 # macOS only

0 commit comments

Comments
 (0)