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 can't think of a reason to pin it, I think it's just historical. We're planning on removing six sometime anyway as we don't support Python 2.7 any more :) See also #3167
Question: Should we be pinning
six
at1.15.0
? Now thatsix
is on1.16.0
this can lead to downgrades.From
setup.py
:There seems to be no pinning from
setuptools
.However, from
requirements.txt
:(and also
tenacity>=6.2.0
)I notice that six is slated for removal (#3167), so I hope the pinning is unnecessary, but I'm not sure.
Any guidance on this question would be very helpful over at conda-forge regarding conda-forge/plotly-feedstock#94
The text was updated successfully, but these errors were encountered: