Skip to content

Commit

Permalink
Merge pull request #2585 from gdrosos/main
Browse files Browse the repository at this point in the history
Remove Unused Dependency: h5py
  • Loading branch information
Wojciech Potrzebowski authored Sep 11, 2023
2 parents 55b1e9f + 0810166 commit f55afbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_tools/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pytest_qt
pytest-mock
unittest-xml-reporting
tinycc
h5py
h5py
sphinx
pyparsing
html5lib
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def run(self):
# Required packages
required = [
'bumps>=0.7.5.9', 'periodictable>=1.5.0', 'pyparsing>=2.0.0',
'lxml', 'h5py',
'lxml',
]

if os.name == 'nt':
Expand Down

0 comments on commit f55afbd

Please sign in to comment.