Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gduscher committed Nov 27, 2023
1 parent 0b5328d commit 7ba2937
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
'dask>=2.20.0',
'sidpy>=0.11.2',
'numba==0.57.1',
'ipython>=7.1.0'
'ipython>=7.1.0',
'pyUSID',
# generic:
# Reader specific ones go to extras
]
Expand Down Expand Up @@ -51,7 +52,7 @@
install_requires=requirements,
setup_requires=['pytest-runner'],
tests_require=['pytest', 'pywget', 'hyperspy', 'pyUSID'],
platforms=['Linux', 'Mac OSX', 'Windows 10/8.1/8/7'],
platforms=['Linux', 'Mac OSX', 'Windows 11/10/8.1/8/7'],
# package_data={'sample':['dataset_1.dat']}
test_suite='pytest',
# dependency='',
Expand Down

0 comments on commit 7ba2937

Please sign in to comment.