Skip to content

Commit aaa917d

Browse files
committed
Impose numpy version 1
1 parent f3b0a31 commit aaa917d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unix-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- shell: bash -l {0}
2929
name: Install dependencies
3030
run: |
31-
conda install numpy pandas pytorch cpuonly -c pytorch
31+
conda install numpy=1 pandas pytorch cpuonly -c pytorch
3232
conda install -c conda-forge mpi4py openmpi=5.*
3333
pip install .[test]
3434
- shell: bash -l {0}

.github/workflows/unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- shell: bash -l {0}
2929
name: Install dependencies
3030
run: |
31-
conda install numpy pandas pytorch cpuonly -c pytorch
31+
conda install numpy=1 pandas pytorch cpuonly -c pytorch
3232
conda install -c conda-forge mpi4py mpich
3333
pip install .[test]
3434
- shell: bash -l {0}

0 commit comments

Comments
 (0)