Skip to content

Commit 0e2e509

Browse files
authored
GHA CI: Adjust NumPy Version
1 parent f91311e commit 0e2e509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/msbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
cd .\pkgs\py-amp
6464
.\python.exe -m pip uninstall torch torchvision torchaudio numpy
65-
.\python.exe -m pip install numpy
65+
.\python.exe -m pip install numpy<2.3.0,>=2
6666
.\python.exe -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu130
6767
.\python.exe -m pip install opencv-python sk-video imageio
6868
- name: NuGet Restore

0 commit comments

Comments
 (0)