Skip to content

Commit 443b5bb

Browse files
author
Matthias Koeppe
committed
src/pyproject.toml: Fix syntax
1 parent 1bbeec6 commit 443b5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies = [
5050
'ipython >=7.13.0',
5151
'pexpect >=4.8.0',
5252
# From Makefile.in: DOC_DEPENDENCIES
53-
'sphinx >=7.4.7, <9'
53+
'sphinx >=7.4.7, <9',
5454
'networkx >=2.4',
5555
# 1.8 is known good version.
5656
# Per https://docs.scipy.org/doc/scipy/dev/core-dev/index.html#version-numbering

0 commit comments

Comments
 (0)