Skip to content

Commit

Permalink
limit docutils
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Dec 13, 2024
1 parent 723e6e0 commit bfcdff8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: 3.9
poetry-version: 1.8.4
poetry-version: 1.8.5

# update poetry lockfile
- name: "Update poetry lock file"
Expand Down
17 changes: 10 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = ">=3.8, <3.12"
docutils = "<0.21"
h5py = ">=3.6.0"
imutils = ">=0.5.4"
ipympl = ">=0.9.1"
Expand Down

0 comments on commit bfcdff8

Please sign in to comment.