Skip to content

Commit f436724

Browse files
authored
Apply suggestions from code review
1 parent 24f4f19 commit f436724

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ bump2version ==1.0.1
33
# coverage >=4.5.4
44
mkdocs-material ==9.5.*
55
ipython[notebook] >8.0, <9.0
6-
mkdocstrings[python] ==0.27.*
6+
mkdocstrings[python] ==0.26.*; python_version < "3.9"
7+
mkdocstrings[python] ==0.27.*; python_version >= "3.9"
78
mknotebooks ==0.8.*
89
pytest >=5.3.2
910
pytest-runner >=5.1

0 commit comments

Comments
 (0)