Skip to content

Commit

Permalink
Remove numpy from tests_require in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Jun 17, 2024
1 parent ffc7e07 commit 15b99b2
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 @@ -90,5 +90,5 @@ def run(self):
'sdist': require_npm(sdist, True),
'develop': require_npm(develop),
},
tests_require=['pytest', 'numpy'],
tests_require=['pytest'],
)

0 comments on commit 15b99b2

Please sign in to comment.