We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aeaaad commit 48a99cdCopy full SHA for 48a99cd
.github/workflows/unix-openmpi.yml
@@ -28,7 +28,7 @@ jobs:
28
- shell: bash -l {0}
29
name: Install dependencies
30
run: |
31
- conda install numpy pandas pytorch cpuonly -c pytorch
+ conda install -y -c pytorch pytorch=2.4.* cpuonly numpy pandas
32
conda install -c defaults mkl=2024.0.*
33
conda install -c conda-forge mpi4py openmpi=5.*
34
pip install .[test]
0 commit comments