-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conflicting dependencies #9
Comments
The current version of scikit-mpe is 0.2.3 and it depends on |
hi @espdev Thanks for your reply. As you highlighted, the newer version scikit-mpe is 0.2.3 which is still require older version of fmm which is older than However, the bug in fmm was only fixed on the 2021.2.2. |
Please try: https://pypi.org/project/scikit-mpe/0.2.4/ |
The scikit-fmm just fixed a bug in it's latest version 2021.2.2
If you could like to see what's the bug there, here is the link:
scikit-fmm/scikit-fmm#49
So I updated my project requirements.txt to use its latest version, then conflict happened.
Here is the error message:
I'm deploying my project to Deta
The conflict is caused by:
The user requested scikit-fmm==2021.2.2
scikit-mpe 0.2.2 depends on scikit-fmm<2020.0.0 and >=2019.1.30
Could you please bump the dependency version to its latest 2021.2.2 for scikit-fmm?
thanks
The text was updated successfully, but these errors were encountered: