Skip to content

Commit a7925b4

Browse files
fix pyproject.toml confict with requirement.txt and requirements-dev.txt
1 parent f5f88f7 commit a7925b4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ By using vLLM Ascend plugin, popular open-source models, including Transformer-l
4242
- Software:
4343
* Python >= 3.9, < 3.12
4444
* CANN >= 8.2.RC1
45-
* PyTorch >= 2.5.1, torch-npu >= 2.5.1.post1
45+
* PyTorch >= 2.5.1, torch-npu == 2.5.1.post1
4646
* vLLM (the same version as vllm-ascend)
4747

4848
## Getting Started

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ vLLM 昇腾插件 (`vllm-ascend`) 是一个由社区维护的让vLLM在Ascend NP
4242
- 软件:
4343
* Python >= 3.9, < 3.12
4444
* CANN >= 8.2.RC1
45-
* PyTorch >= 2.5.1, torch-npu >= 2.5.1.post1
45+
* PyTorch >= 2.5.1, torch-npu == 2.5.1.post1
4646
* vLLM (与vllm-ascend版本一致)
4747

4848
## 开始使用

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ types-jsonschema
1010
xgrammar
1111
zmq
1212
types-psutil
13-
networkx
13+
1414
ray>=2.47.1
1515
protobuf>3.20.0
16+
pytest_mock

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ torch-npu==2.5.1.post1
2626

2727
# Remove after https://github.com/vllm-project/vllm-ascend/issues/1470
2828
transformers<4.53.0
29-
pytest_mock
30-
networkx
29+

0 commit comments

Comments
 (0)