Hi, your project WeedAnnotator(commit id: a56d6d4) requires "catalyst==20.10.1" in its dependency. After analyzing the source code, we found that the following versions of catalyst can also be suitable, i.e., catalyst 20.10, since all functions that you directly (2 APIs: catalyst.runners.runner.Runner.init, catalyst.metrics.iou.iou) or indirectly (propagate to 8 catalyst's internal APIs and 6 outsider APIs) used from the package have not been changed in these versions, thus not affecting your usage.
Therefore, we believe that it is quite safe to loose your dependency on catalyst from "catalyst==20.10.1" to "catalyst>=20.10,<=20.10.1". This will improve the applicability of WeedAnnotator and reduce the possibility of any further dependency conflict with other projects.
May I pull a request to further loosen the dependency on catalyst?
By the way, could you please tell us whether such an automatic tool for dependency analysis may be potentially helpful for maintaining dependencies easier during your development?
Hi, your project WeedAnnotator(commit id: a56d6d4) requires "catalyst==20.10.1" in its dependency. After analyzing the source code, we found that the following versions of catalyst can also be suitable, i.e., catalyst 20.10, since all functions that you directly (2 APIs: catalyst.runners.runner.Runner.init, catalyst.metrics.iou.iou) or indirectly (propagate to 8 catalyst's internal APIs and 6 outsider APIs) used from the package have not been changed in these versions, thus not affecting your usage.
Therefore, we believe that it is quite safe to loose your dependency on catalyst from "catalyst==20.10.1" to "catalyst>=20.10,<=20.10.1". This will improve the applicability of WeedAnnotator and reduce the possibility of any further dependency conflict with other projects.
May I pull a request to further loosen the dependency on catalyst?
By the way, could you please tell us whether such an automatic tool for dependency analysis may be potentially helpful for maintaining dependencies easier during your development?