diff --git a/pyproject.toml b/pyproject.toml index 3ae663d0..8a6af25c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ 'Programming Language :: Python :: 3.11', ] dependencies = [ - 'libensemble @ git+https://github.com/Libensemble/libensemble@develop', + 'libensemble >= 1.2', 'jinja2', 'pandas', 'mpi4py',