Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pandas requirement for find_objs function #309

Merged
merged 7 commits into from
May 17, 2023
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def run_tests(self):
"scipy >=0.19.1",
"pims >=0.4.1",
"tifffile >=2018.10.18",
"pandas",
GenevieveBuckley marked this conversation as resolved.
Show resolved Hide resolved
]

test_requirements = [
Expand Down