Skip to content

Commit

Permalink
src/pyproject.toml: Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Sep 4, 2024
1 parent 1bbeec6 commit 443b5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [
'ipython >=7.13.0',
'pexpect >=4.8.0',
# From Makefile.in: DOC_DEPENDENCIES
'sphinx >=7.4.7, <9'
'sphinx >=7.4.7, <9',
'networkx >=2.4',
# 1.8 is known good version.
# Per https://docs.scipy.org/doc/scipy/dev/core-dev/index.html#version-numbering
Expand Down

0 comments on commit 443b5bb

Please sign in to comment.