We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2951702 commit 109ae7aCopy full SHA for 109ae7a
2 files changed
.github/workflows/deploy.yml
@@ -9,7 +9,7 @@ jobs:
9
deploy-book:
10
runs-on: ubuntu-latest
11
steps:
12
- # 1️⃣ Checkout repo
+ # 1️⃣ Checkout repository
13
- uses: actions/checkout@v2
14
15
# 2️⃣ Set up Python 3.11
requirements.txt
@@ -1,6 +1,6 @@
1
# Jupyter Book ecosystem
2
-jupyter-book==0.13.1
3
-notebook==7.3.1
+jupyter-book==0.15.3
+notebook>=7.3,<7.4
4
5
# Core scientific packages
6
numpy==1.24.4
@@ -11,7 +11,7 @@ seaborn==0.12.2
scikit-learn==1.3.2
tables==3.10.2
-# Networking / async dependencies
+# Utilities / async
anyio==4.5.2
16
trio==0.23.0
17
h11==0.14.0
@@ -20,6 +20,6 @@ h11==0.14.0
20
argon2-cffi==21.1.0
21
argon2-cffi-bindings==21.1.0
22
23
-# Utilities
+# Misc
24
tqdm==4.66.0
25
appnope==0.1.4 # macOS only
0 commit comments