Skip to content

Commit

Permalink
applied change to other py version requirements yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkknight committed Jan 18, 2024
1 parent 5d5f899 commit 5fb4c06
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions requirements/py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,14 @@ dependencies:
- requests

# Documentation dependencies.
- sphinx <=5.3
- pydata-sphinx-theme == 0.14.4 # See https://github.com/SciTools/iris/issues/5698
- sphinx <=5.3 # See https://github.com/SciTools/iris/issues/5123
- sphinxcontrib-apidoc
- sphinx-copybutton
- sphinx-gallery >=0.11.0
- sphinx-design
- pydata-sphinx-theme >=0.13.0

# Temporary minimum pins.
# Temporary pins.
# See https://github.com/SciTools/iris/pull/5051
- graphviz >=6.0.0

2 changes: 1 addition & 1 deletion requirements/py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies:
- sphinx-gallery >=0.11.0
- sphinx-design


# Temporary pins.
# See https://github.com/SciTools/iris/pull/5051
- graphviz >=6.0.0

6 changes: 3 additions & 3 deletions requirements/py39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ dependencies:
- requests

# Documentation dependencies.
- sphinx <=5.3
- pydata-sphinx-theme == 0.14.4 # See https://github.com/SciTools/iris/issues/5698
- sphinx <=5.3 # See https://github.com/SciTools/iris/issues/5123
- sphinxcontrib-apidoc
- sphinx-copybutton
- sphinx-gallery >=0.11.0
- sphinx-design
- pydata-sphinx-theme >=0.13.0

# Temporary minimum pins.
# Temporary pins.
# See https://github.com/SciTools/iris/pull/5051
- graphviz >=6.0.0

0 comments on commit 5fb4c06

Please sign in to comment.