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 have searched the issues of this repo and believe that this is not a duplicate.
Description
Pyrh fails to be added to other projects when combined with packages that use updated versions of certifi and pytz.
Steps/Code to Reproduce
poetry add polygon
poetry add pyrh
Results
Because no versions of pyrh match >2.1.1,<3.0.0
and pyrh (2.1.1) depends on pytz (>=2019.3,<2020.0), pyrh (>=2.1.1,<3.0.0) requires pytz (>=2019.3,<2020.0).
And because pandas (1.5.3) depends on pytz (>=2020.1)
and no versions of pandas match >1.5.3,<2.0.0, pyrh (>=2.1.1,<3.0.0) is incompatible with pandas (>=1.5.3,<2.0.0).
So, because option-bot depends on both pandas (^1.5.3) and pyrh (^2.1.1), version solving failed.
Checklist
Description
Pyrh fails to be added to other projects when combined with packages that use updated versions of
certifi
andpytz
.Steps/Code to Reproduce
Results
Versions
The text was updated successfully, but these errors were encountered: