Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekh authored Jul 2, 2024
1 parent 1c5eef4 commit c8a3dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def load_source(modname, filename):
install_requires=requirements,
extras_require={
'display': ['matplotlib>=1.5.0'],
'tests': ['pytest < 4', 'pytest-cov'],
'tests': ['pytest < 5', 'pytest-cov'],
},
scripts=['scripts/jams_to_lab.py']
)

0 comments on commit c8a3dd4

Please sign in to comment.