Skip to content
Merged
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
2 changes: 2 additions & 0 deletions docs/advanced_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ automatically installed alongside libEnsemble:
* `pydantic`_ ``>= 1.10.12``
* pyyaml_ ``>= v6.0``
* tomli_ ``>= 1.2.1``
* gest-api_ ``>= 0.1,<0.2``

Given libEnsemble's compiled dependencies, the following installation
methods each offer a trade-off between convenience and the ability
Expand Down Expand Up @@ -178,6 +179,7 @@ The following packages may be installed separately to enable additional features

.. _conda-forge: https://conda-forge.org/
.. _Conda: https://docs.conda.io/en/latest/
.. _gest-api: https://github.com/campa-consortium/gest-api
.. _GitHub: https://github.com/Libensemble/libensemble
.. _Globus Compute: https://www.globus.org/compute
.. _MPICH: https://www.mpich.org/
Expand Down
4 changes: 2 additions & 2 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
{ name = "John-Luke Navarro" },
]

dependencies = ["numpy", "psutil", "pyyaml", "tomli", "gest-api @ git+https://github.com/campa-consortium/gest-api@main", "pydantic"]
dependencies = ["numpy", "psutil", "pyyaml", "tomli", "pydantic", "gest-api>=0.1,<0.2"]

description = "A Python toolkit for coordinating asynchronous and dynamic ensembles of calculations."
name = "libensemble"
Expand Down
Loading