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
for req in reqs:
operator, version = self._split_operator(req)
if operator in ['>=', '==', '>']:
result['min'] = version
if operator in ['<', '<=', '==']:
result['max'] = version
Auch bei Operatoren ">" und "<" werden die angegebenen Werte als min/max gesichert.
Ich kenne das System nicht gut genug, um zu wissen, wie man das am besten umgeht - bei version < 4.2.0 dann 4.1.999 als max setzen? Ansonsten bräuchte man neben min/max noch jeweils ein zusätzliches Feld "below"/"above" oder so.
(Schonmal als Hinweis, wo man suchen muss - bzw. jetzt nur noch lösen ;) )
In
requirements/conf_all.txt
findet sichAls maximale Version sollte bei paho-mqtt nicht 2.0.0 in grün angezeigt werden, ebenso für psutil was explizit als Anforderung < 6.0.0 hat.
The text was updated successfully, but these errors were encountered: