-
Notifications
You must be signed in to change notification settings - Fork 53
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
pip install does not install requirements #58
Comments
The installation requirements are specified in setup.cfg. I added |
ok, I see pytest is also incorrectly required. Thanks for noting that. |
fixed pytest requirement in a47d247. It can't easily be factored out; |
Sounds good. The bug report was based on the version published on PyPI, perhaps that was released before 8df26a7? |
And if
image_registration
is installed on a clear slate, it fails by not finding (e.g.)matplotlib
andpytest
(which as mentioned in #16 should be made optional, even though I'm fine with them being required)The text was updated successfully, but these errors were encountered: