You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure this is a real issue, but it probably needs some clarification outside the scikit-learn issue where it has been discussed.
I try to sum up my understanding.
There are no specific constraints on numpy versions for Windows on setup.cfg.
They were added in #44, then reverted in #47, after discussions in #45.
Perhaps they are indeed not needed?
Feel free to close if this is not relevant.
Thanks for your attention.
The text was updated successfully, but these errors were encountered:
ERROR: Cannot install numpy==1.21.6 and numpy==1.22.3 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested numpy==1.22.3
The user requested numpy==1.21.6
Could this be related to scikit-learn using old-supported-numpy but not scipy so different versions of numpy are requested in this particular combination on Windows?
Could this be related to scikit-learn using old-supported-numpy but not scipy so different versions of numpy are requested in this particular combination on Windows?
Dear maintainers,
I am opening this issue as a follow-up of the discussion started in scikit-learn/scikit-learn#24669 (comment).
I am not sure this is a real issue, but it probably needs some clarification outside the scikit-learn issue where it has been discussed.
I try to sum up my understanding.
There are no specific constraints on numpy versions for Windows on setup.cfg.
They were added in #44, then reverted in #47, after discussions in #45.
Perhaps they are indeed not needed?
Feel free to close if this is not relevant.
Thanks for your attention.
The text was updated successfully, but these errors were encountered: