Skip to content
Open
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
1 change: 0 additions & 1 deletion .github/workflows/unix-noax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
conda install -c conda-forge mpi4py mpich
pip install torch --index-url https://download.pytorch.org/whl/cpu
pip install .[test]
pip install gest-api
pip install xopt
pip uninstall --yes ax-platform # Run without Ax
- shell: bash -l {0}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/unix-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
conda install -c conda-forge mpi4py openmpi=5.*
pip install torch --index-url https://download.pytorch.org/whl/cpu
pip install .[test]
pip install gest-api
pip install xopt
- shell: bash -l {0}
name: Run unit tests with openMPI
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
conda install -c conda-forge mpi4py mpich
pip install torch --index-url https://download.pytorch.org/whl/cpu
pip install .[test]
pip install gest-api
pip install xopt
- shell: bash -l {0}
name: Run unit tests with MPICH
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [
'Programming Language :: Python :: 3.12',
]
dependencies = [
'gest-api >= 0.1',
'libensemble >= 1.6.0',
'numpy',
'jinja2',
Expand Down
Loading