Skip to content

Commit bb3d548

Browse files
use mkdocstrings-python <1.10: temporary workaround for issue #18
1 parent 70cc39b commit bb3d548

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
# runtime
77
- python >=3.8,<3.13
8-
- mkdocstrings-python >=1.6.2,<2.0
8+
- mkdocstrings-python >=1.6.2,<1.10 # TODO: issue #18
99
# build
1010
- build >=0.7.0
1111
- hatchling >=1.21

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ keywords = [
2525
dynamic = ["version"]
2626
requires-python = ">=3.8"
2727
dependencies = [
28-
"mkdocstrings-python >=1.6.2,<2.0"
28+
"mkdocstrings-python >=1.6.2,<1.10" # TODO: issue #18
2929
]
3030

3131
[project.urls]

0 commit comments

Comments
 (0)