Skip to content

Commit

Permalink
Add pymadng to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
giadarol committed Nov 15, 2024
1 parent 90cc040 commit ed42f85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
'xdeps'
],
extras_require={
'tests': ['cpymad', 'nafflib', 'PyHEADTAIL', 'pytest', 'pytest-mock'],
'tests': ['cpymad', 'nafflib', 'PyHEADTAIL', 'pytest', 'pytest-mock',
'pymadng'],
'notebooks': ['jupyter', 'ipympl', 'xplt'],
},
)

0 comments on commit ed42f85

Please sign in to comment.