-
Notifications
You must be signed in to change notification settings - Fork 11
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
Version requiremnt issues #43
Comments
Thanks for the report. |
I've just tried it with python versions 3.7-3.11 and 3.7
fails.
3.8
works. 3.9
works. 3.10
works. 3.11
fails:
|
|
scipy is only in the developer dependencies, as can be seen here: jupyter_compare_view/pyproject.toml Line 20 in 6323a40
so for users It's not there either way. and SciPy is needed for scikit-image, which provides the example images. |
After attempting
poetry install
I'm getting the following errors (with python 3.10)The text was updated successfully, but these errors were encountered: