Skip to content

Commit

Permalink
post-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jul 30, 2024
1 parent 4fcd2da commit e4f97a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
run: |
pip install ".[test]"
- name: install dependencies
run: |
pip install -r requirements/development.txt
- name: install sphinx from PyPI or from git
run: |
if echo "${{ matrix.sphinx-version }}"|grep -q git; then
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ classifiers = [
]
dependencies = [
"Sphinx>=5.0.2",
"docutils>=0.12",
"Jinja2>=2.7.3",
"MarkupSafe>=0.23",
"Pygments>=1.6",
"docutils>=0.16",
"Jinja2>=2.10",
"MarkupSafe>=2.0",
"Pygments>=2.0",
]
dynamic = ["version"]

Expand Down

0 comments on commit e4f97a9

Please sign in to comment.