Skip to content

Commit

Permalink
Merge branch 'master' into feat/pitchdimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
probberechts committed Apr 4, 2024
2 parents 0786488 + d53550f commit 355bde9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
python-version: "3.7"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
14 changes: 6 additions & 8 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
mkdocs==1.3.0
ipython-genutils
mkdocs-jupyter==0.18.0
mkdocs-material==7.3.5
jupyter==1.0.0
mkdocstrings==0.19.0
mkdocstrings[python-legacy]>=0.18
mkdocstrings-python
mkdocs==1.5.3
mkdocs-autorefs==1.0.1
mkdocs-exclude==1.0.2
mkdocs-jupyter==0.24.3
mkdocs-material==9.5.17
mkdocs-material-extensions==1.3.1
mkdocstrings==0.24.2

0 comments on commit 355bde9

Please sign in to comment.