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
Hi, your project LagouJob requires "snownlp==0.12.3" in its dependency. After analyzing the source code, we found that some other versions of snownlp can also be suitable without affecting your project, i.e., snownlp 0.9.8, 0.9.8.2, 0.9.9, 0.9.10, 0.10.1, 0.11.1, 0.12.0, 0.12.1, 0.12.2. Therefore, we suggest to loosen the dependency on snownlp from "snownlp==0.12.3" to "snownlp>=0.9.8,<=0.12.3" to avoid any possible conflict for importing more packages or for downstream projects that may use LagouJob.
May I pull a request to loosen the dependency on snownlp?
By the way, could you please tell us whether such dependency analysis may be potentially helpful for maintaining dependencies easier during your development?
For your reference, here are details in our analysis.
Your project LagouJob(commit id: 2c95ac0) directly uses 1 APIs from package snownlp.
snownlp.__init__.SnowNLP.__init__
From which, 3 functions are then indirectly called, including 2 snownlp's internal APIs and 1 outsider APIs, as follows (neglecting some repeated function occurrences).
We scan snownlp's versions among [0.9.8, 0.9.8.2, 0.9.9, 0.9.10, 0.10.1, 0.11.1, 0.12.0, 0.12.1, 0.12.2] and 0.12.3, the changing functions (diffs being listed below) have none intersection with any function or API we mentioned above (either directly or indirectly called by this project).
As for other packages, the APIs of @outside_package_name are called by snownlp in the call graph and the dependencies on these packages also stay the same in our suggested versions, thus avoiding any outside conflict.
Therefore, we believe that it is quite safe to loose your dependency on snownlp from "snownlp==0.12.3" to "snownlp>=0.9.8,<=0.12.3". This will improve the applicability of LagouJob and reduce the possibility of any further dependency conflict with other projects/packages.
The text was updated successfully, but these errors were encountered:
Hi, your project LagouJob requires "snownlp==0.12.3" in its dependency. After analyzing the source code, we found that some other versions of snownlp can also be suitable without affecting your project, i.e., snownlp 0.9.8, 0.9.8.2, 0.9.9, 0.9.10, 0.10.1, 0.11.1, 0.12.0, 0.12.1, 0.12.2. Therefore, we suggest to loosen the dependency on snownlp from "snownlp==0.12.3" to "snownlp>=0.9.8,<=0.12.3" to avoid any possible conflict for importing more packages or for downstream projects that may use LagouJob.
May I pull a request to loosen the dependency on snownlp?
By the way, could you please tell us whether such dependency analysis may be potentially helpful for maintaining dependencies easier during your development?
For your reference, here are details in our analysis.
Your project LagouJob(commit id: 2c95ac0) directly uses 1 APIs from package snownlp.
From which, 3 functions are then indirectly called, including 2 snownlp's internal APIs and 1 outsider APIs, as follows (neglecting some repeated function occurrences).
We scan snownlp's versions among [0.9.8, 0.9.8.2, 0.9.9, 0.9.10, 0.10.1, 0.11.1, 0.12.0, 0.12.1, 0.12.2] and 0.12.3, the changing functions (diffs being listed below) have none intersection with any function or API we mentioned above (either directly or indirectly called by this project).
As for other packages, the APIs of @outside_package_name are called by snownlp in the call graph and the dependencies on these packages also stay the same in our suggested versions, thus avoiding any outside conflict.
Therefore, we believe that it is quite safe to loose your dependency on snownlp from "snownlp==0.12.3" to "snownlp>=0.9.8,<=0.12.3". This will improve the applicability of LagouJob and reduce the possibility of any further dependency conflict with other projects/packages.
The text was updated successfully, but these errors were encountered: