Skip to content

Commit

Permalink
Merge pull request #106 from pycroscopy/switch2dict
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
gduscher authored Nov 27, 2023
2 parents bb1fdcd + 0b5328d commit dfec2bd
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,7 +50,7 @@
author_email='[email protected]',
install_requires=requirements,
setup_requires=['pytest-runner'],
tests_require=['pytest', 'pywget', 'hyperspy', 'sid'],
tests_require=['pytest', 'pywget', 'hyperspy', 'pyUSID'],
platforms=['Linux', 'Mac OSX', 'Windows 10/8.1/8/7'],
# package_data={'sample':['dataset_1.dat']}
test_suite='pytest',
Expand Down

0 comments on commit dfec2bd

Please sign in to comment.