Skip to content

Commit

Permalink
Add h5py as a test dependency (used in tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonlopaciuk committed Dec 10, 2024
1 parent fe41c45 commit 152db04
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 @@ -50,6 +50,6 @@
"Source Code": "https://github.com/xsuite/xfields",
},
extras_require={
'tests': ['pytest'],
'tests': ['pytest', 'h5py'],
},
)

0 comments on commit 152db04

Please sign in to comment.