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 19fc8c3 commit 4194dc6Copy full SHA for 4194dc6
requirements/dev.txt
@@ -3,7 +3,8 @@ bump2version ==1.0.1
3
# coverage >=4.5.4
4
mkdocs-material ==9.5.*
5
ipython[notebook] >8.0, <9.0
6
-mkdocstrings[python] ==0.26.*
+mkdocstrings[python] ==0.26.*; python_version < "3.9"
7
+mkdocstrings[python] ==0.27.*; python_version >= "3.9"
8
mknotebooks ==0.8.*
9
pytest >=5.3.2
10
pytest-runner >=5.1
0 commit comments