Skip to content

Commit 31b7de8

Browse files
author
Azure Pipelines
committed
Merge remote-tracking branch 'origin/main' into publication
2 parents bcf006b + 8d4a7c2 commit 31b7de8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ concurrency:
1414

1515
jobs:
1616
check-schema:
17-
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.10.1
17+
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.11.5

_requirements/devel.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
virtualenv>=20.10
22
jupytext>=1.10, <1.15 # converting
3-
pytest>=6.0, <7.0
3+
pytest>=7.0, <9.0
44
# testing with own fork with extended cell timeout
55
# https://github.com/Borda/nbval/archive/refs/heads/timeout-limit.zip
66
papermill>=2.3.4, <2.5.0 # render

_requirements/docs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
sphinx >5.0, <6.0
1+
sphinx >5.0, <7.0
22
myst-parser >=0.18.1, <3.0.0
33
nbsphinx >=0.8.5, <0.10
44
pandoc >=1.0, <=2.3
55
#docutils >=0.16
6-
sphinx-paramlinks >=0.5.1, <=0.5.4
6+
sphinx-paramlinks >=0.5.1, <=0.6.0
77
ipython[notebook] >=8.0.0, <8.2.0
88

99
pt-lightning-sphinx-theme @ https://github.com/Lightning-AI/lightning_sphinx_theme/archive/master.zip

0 commit comments

Comments
 (0)