Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed May 18, 2022
1 parent 7af4e3f commit a2011dc
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 @@ -100,7 +100,7 @@
tests_require=[
'pytest-cov',
'pytest-subtests',
'numpy>=1.17', # Requires matmul on objects
'numpy>=1.22', # Requires array_api module
],
test_suite='dcor.tests',
zip_safe=False,
Expand Down

0 comments on commit a2011dc

Please sign in to comment.