We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70cc39b commit bb3d548Copy full SHA for bb3d548
environment.yml
@@ -5,7 +5,7 @@ channels:
5
dependencies:
6
# runtime
7
- python >=3.8,<3.13
8
- - mkdocstrings-python >=1.6.2,<2.0
+ - mkdocstrings-python >=1.6.2,<1.10 # TODO: issue #18
9
# build
10
- build >=0.7.0
11
- hatchling >=1.21
pyproject.toml
@@ -25,7 +25,7 @@ keywords = [
25
dynamic = ["version"]
26
requires-python = ">=3.8"
27
dependencies = [
28
- "mkdocstrings-python >=1.6.2,<2.0"
+ "mkdocstrings-python >=1.6.2,<1.10" # TODO: issue #18
29
]
30
31
[project.urls]
0 commit comments