Skip to content

Commit

Permalink
Try with .0
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Feb 19, 2024
1 parent 4e3f88b commit eafa2b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
run: |
python -m build
- name: Install package
run: python -m pip install --find-links=dist --no-index --ignore-installed ipython_markdown_inspector
run: python -m pip install --ignore-installed ipython_markdown_inspector
- name: Pip check
run: python -m pip check
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "ipython-markdown-inspector"
version = "0.0.0"
dependencies = [
"ipython>=8.21.0",
"docstring-to-markdown>=0.13,<1.0"
"docstring-to-markdown>=0.13.0,<1.0.0"
]
requires-python = ">=3.10"
authors = [
Expand Down

0 comments on commit eafa2b8

Please sign in to comment.