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
× No solution found when resolving dependencies:
╰─▶ Because pandas-stubs==2.0.3.230814 depends on numpy>=1.25.0 and you
require numpy==1.24.4, we can conclude that you require==0a0.dev0 and
pandas-stubs==2.0.3.230814 are incompatible.
And because you require pandas-stubs==2.0.3.230814, we can conclude that
the requirements are unsatisfiable.
The requirements.txt was generated on a different platform than CI, should be able to reproduce by running pip install on this file, on Ubuntu (though there may be some other marker environments involved).
The text was updated successfully, but these errors were encountered:
Instead of saying
> we can conclude that you require==0a0.dev0 and
pandas-stubs==2.0.3.230814 are incompatible.
we'll say
> we can conclude that your requirements and pandas-stubs==2.0.3.230814
are incompatible.
Closes#3710
I'm not sure how to get unit test coverage for this, might look into
that. Ideally we'd skip this branch entirely?
From this CI failure:
The requirements.txt was generated on a different platform than CI, should be able to reproduce by running
pip install
on this file, on Ubuntu (though there may be some other marker environments involved).The text was updated successfully, but these errors were encountered: