We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5116680 commit 0ff98ebCopy full SHA for 0ff98eb
.github/workflows/docs.yml
@@ -17,7 +17,7 @@ concurrency:
17
18
jobs:
19
deploy-docs:
20
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
21
environment:
22
name: github-pages
23
url: ${{ steps.deployment.outputs.page_url }}
@@ -27,10 +27,10 @@ jobs:
27
steps:
28
- uses: actions/checkout@v4
29
30
- - name: Set up Python 3.11
+ - name: Set up Python 3.12
31
uses: actions/setup-python@v5
32
with:
33
- python-version: 3.11
+ python-version: 3.12
34
cache: 'pip'
35
36
- name: Install dependencies
docs/requirements.txt
@@ -1,4 +1,4 @@
1
-jupyter-book
+jupyter-book < 2
2
matplotlib
3
numpy
4
ghp-import
0 commit comments