Skip to content

Commit

Permalink
setup: remove unneccessary requirements from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 23, 2021
1 parent c8bbabb commit 6418531
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
0.10.9
- ref: minor code cleanup
- setup: remove unneccessary requirements from setup.py
0.10.8
- fix: wavelength could not be extracted for some phasics files
(section name "analyse data" vs "analyse data v1")
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@
description=description,
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=["h5py>=2.7.0",
"nrefocus>=0.1.5",
"numpy>=1.12.0",
"qpimage>=0.6.2",
"tifffile>=2020.5.25",
"scipy>=0.18.0",
],
python_requires='>=3.6, <4',
entry_points={
Expand Down

0 comments on commit 6418531

Please sign in to comment.