Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ backend = [
"pytest>=8.4.1",
"nbmake>=1.5.5",
"gql<4",
"vllm==0.15.1 ; sys_platform == 'linux'",
"vllm==0.17.0 ; sys_platform == 'linux'",
]
megatron = [
"torch>=2.8.0",
Expand Down Expand Up @@ -120,8 +120,8 @@ asyncio_mode = "auto"
[tool.uv]
required-version = ">=0.6.15"
# Override numpy to <2.0 for compatibility with megatron-core in the training
# environment. vLLM 0.15.1 pulls opencv-python-headless>=4.13 which wants
# numpy>=2 on Python 3.9+, but megatron-core requires numpy<2.
# environment. vLLM pulls opencv-python-headless>=4.13 which wants numpy>=2 on
# Python 3.9+, but megatron-core requires numpy<2.
override-dependencies = ["transformer-engine>=2.11.0", "numpy<2"]
# Keep apex build isolation enabled so uv can inject torch from
# `extra-build-dependencies` during lock/sync on non-GPU client machines.
Expand Down
Loading
Loading