Skip to content

Commit f68f2f0

Browse files
committed
Do not install mpi4py via pip when building Conda env
1 parent 5b44e44 commit f68f2f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

envs/requirements-tigergpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- pathos
1818
- matplotlib>=2.0.2
1919
- hyperopt # TODO(KGF): remove
20-
- mpi4py
20+
# - mpi4py # must reload MPI library modules before installing via pip
2121
- xgboost
2222
- scikit-learn
2323
- joblib

envs/requirements-traverse.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
- pathos
1919
- matplotlib>=2.0.2
2020
- hyperopt # TODO(KGF): remove
21-
- mpi4py
21+
# - mpi4py # must reload MPI library modules before installing via pip
2222
- xgboost
2323
- scikit-learn
2424
- joblib

0 commit comments

Comments
 (0)