已合并
【msserviceprofiler_master】适配vllm安装依赖版本 #450
hewenbo创建于 8 天前
【msserviceprofiler_master】适配vllm安装依赖版本 #450
已合并
从已删除 :master合入到Ascend/msserviceprofilermaster
Pull Request已成功合入, 合并人@ascend-robot
(感谢 hewenbo 的贡献)atomgit-bot
8 天前 评论:
8 天前 评论:
变更摘要
本 PR 主要针对 pyproject.toml 中的依赖版本约束进行适配,以兼容 vllm 安装时对依赖版本的要求:将原先严格的版本锁定(==)和波浪号约束(~=)放宽为区间约束,避免与 vllm 引入的依赖版本产生冲突,同时仍限定在兼容的次版本范围内。
主要改动
- 放宽
pandas版本约束:将pandas~=2.2调整为pandas>=2.2,取消上界限制,允许安装更高版本以兼容 vllm 依赖。 - 放宽
opentelemetry-exporter-otlp-proto-grpc版本约束:将==1.33.1调整为>=1.33.1,<2.0.0,从精确锁定改为区间范围,保留 1.x 兼容版本并允许小版本升级。 - 放宽
opentelemetry-exporter-otlp-proto-http版本约束:将==1.33.1调整为>=1.33.1,<2.0.0,与 gRPC 导出器保持一致,统一放宽 OTel 导出器依赖的版本限制。


AtlasAccount
8 天前 评论:
8 天前 评论:
atomgit-bot
8 天前 评论:
8 天前 评论:
8 天前 添加了label:ascend-cla/yes
ascend-robot
8 天前 评论:
8 天前 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here.
You can get sig-info at here.
You can self-configure the PR merge rules for this repository. For more details, please refer to Here.
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-Ascend/msserviceprofiler | ✅ 刘鹏程, mei-feiyao (2/2) | ✅ 刘鹏程 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
hewenbo, thanks for your pull request. All authors of the commits have signed the CLA. 👍


8 天前 添加了label:ci-pipeline-running
AtlasAccount
8 天前 评论:
8 天前 评论:
流水线 PR-pipeline_msserviceprofiler#1249 [ commitID:b1edf390 ] 运行中
>>>代码风格自动修复执行成功(无修复内容)
| 阶段 | 任务名 | 状态 | 详情 |
|---|---|---|---|
| 编译构建 | Build_msserviceprofiler_arm | 🕚 | >>> |
| Build_msserviceprofiler_x86 | 🕚 | >>> | |
| Docs_msserviceprofiler | 🕚 | >>> | |
| 恶意代码检查 | Antipoison_msserviceprofiler | 🕚 | >>> |
| 编码安全与规范检查 | codecheck_pre-commit | 🕚 | >>> |
| pre-commit | 🕚 | >>> | |
| 开源片段检查 | SCA_msserviceprofiler | 🕚 | >>> |
| 开发者测试 | UT_msserviceprofiler | 🕚 | >>> |
| 流水线 | PR-pipeline_msserviceprofiler | 🕚 | >>> |
- compile : 运行流水线
- retry : 重试流水线所有失败子任务
- retry <任务名> : 仅重试指定失败子任务
- stop : 停止流水线


ascend-robot
8 天前 评论:
8 天前 评论:
ascend docs pipeline is running...


8 天前 添加了label:docs-ci-pipeline-running
ascend-robot
8 天前 评论:
8 天前 评论:
ascend docs pipeline is running...


ascend-robot
8 天前 评论:
8 天前 评论:
✅ 跳过 docs ci 检查,没有需要检查的文档文件


8 天前 删除了label:docs-ci-pipeline-running
8 天前 添加了label:docs-ci-pipeline-success
ascend-robot
8 天前 评论:
8 天前 评论:
✅ 跳过 docs ci 检查,没有需要检查的文档文件


VolKano
8 天前 评论:
8 天前 评论:
retry


VolKano
8 天前 评论:
8 天前 评论:
compile


ascend-robot
8 天前 评论:
8 天前 评论:
ascend docs pipeline is running...


8 天前 删除了label:docs-ci-pipeline-success
8 天前 添加了label:docs-ci-pipeline-running
ascend-robot
8 天前 评论:
8 天前 评论:
✅ 跳过 docs ci 检查,没有需要检查的文档文件


8 天前 删除了label:docs-ci-pipeline-running
8 天前 添加了label:docs-ci-pipeline-success
8 天前 删除了label:ci-pipeline-running
8 天前 添加了label:ci-pipeline-passed
AtlasAccount
8 天前 评论:
8 天前 评论:
流水线 PR-pipeline_msserviceprofiler#1250 [ commitID:b1edf390 ] 已完成
>>>代码风格自动修复执行成功(无修复内容)
| 阶段 | 任务名 | 状态 | 详情 |
|---|---|---|---|
| 编译构建 | Build_msserviceprofiler_arm | ✅ | >>> |
| Build_msserviceprofiler_x86 | ✅ | >>> | |
| Docs_msserviceprofiler | ✅ | >>> | |
| 恶意代码检查 | Antipoison_msserviceprofiler | ✅ | >>> |
| 编码安全与规范检查 | codecheck_pre-commit | ✅ | >>> |
| pre-commit | ✅ | >>> | |
| 开源片段检查 | SCA_msserviceprofiler | ✅ | >>> |
| 开发者测试 | UT_msserviceprofiler | ✅ | >>> |
| 流水线 | PR-pipeline_msserviceprofiler | ✅ | >>> |
- compile : 运行流水线
- retry : 重试流水线所有失败子任务
- retry <任务名> : 仅重试指定失败子任务
- stop : 停止流水线


此处折叠了8条事件消息 查看更多
mei-feiyao
8 天前 评论:
8 天前 评论:
/lgtm


8 天前 添加了label:approvedlgtm
8 天前 合入了pull request
PR 合入模板
1. 修改描述
2. 功能验证
3. 代码检视
4. 安全自检
典型安全编码问题
5. 变更知会
6. 冒烟修改