项目依赖关系可能存在 API 风险问题

作者: PyDR-Tool创建于 2022年10月26日更新于 2023年3月12日

The version constraint **==** will introduce the risk of dependency conflicts because the scope of dependencies is too strict. The version constraint **No Upper Bound** and **\*** will introduce the risk of the missing API Error because the latest version of the dependencies may remove some APIs.

内容来源: rushter/MLAlgorithms