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
python 3.6.0
interestingly I found more-itertools-2.2 got install as a dependency of this package itself, whereas another package pytest 3.10.1 wants more-itertools>=4.0.0
Steps to reproduce.
create environment with python 3.6.0
run pip install -r requirements.txt
The text was updated successfully, but these errors were encountered:
python 3.6.0
interestingly I found
more-itertools-2.2
got install as a dependency of this package itself, whereas another packagepytest 3.10.1
wantsmore-itertools>=4.0.0
Steps to reproduce.
pip install -r requirements.txt
The text was updated successfully, but these errors were encountered: