Skip to content

Commit de9047b

Browse files
committed
Add missing comma to pyproject.toml
1 parent 23006be commit de9047b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
'pyevtk',
3131

3232
# Our packages from PyPi
33-
'sympde @ https://github.com/pyccel/sympde/archive/refs/heads/dot-inner.zip'
33+
'sympde @ https://github.com/pyccel/sympde/archive/refs/heads/dot-inner.zip',
3434
'pyccel >= 1.11.2',
3535
'gelato == 0.12',
3636

0 commit comments

Comments
 (0)