Skip to content

Commit

Permalink
Make tifffile full requirement (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-albert committed Mar 16, 2023
1 parent 4872fcd commit ba1d889
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 @@ -33,14 +33,14 @@ def run_tests(self):
"numpy >=1.11.3",
"scipy >=0.19.1",
"pims >=0.4.1",
"tifffile >=2018.10.18",
]

test_requirements = [
"flake8 >=3.4.1",
"pytest >=3.0.5",
"pytest-flake8 >=0.8.1",
"pytest-timeout >=1.0.0",
"tifffile >=2018.10.18",
]

cmdclasses = {
Expand Down

0 comments on commit ba1d889

Please sign in to comment.