Skip to content

Commit db26ac9

Browse files
committed
small fixes - adjust version in pyproject.toml, fix pydantic version listed in advanced_installation
1 parent df05761 commit db26ac9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/advanced_installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ automatically installed alongside libEnsemble:
99
* Python_ ``>= 3.10``
1010
* NumPy_ ``>= 1.21``
1111
* psutil_ ``>= 5.9.4``
12-
* `pydantic`_ ``<= 1.10.12``
12+
* `pydantic`_ ``>= 1.10.12``
1313
* pyyaml_ ``>= v6.0``
1414
* tomli_ ``>= 1.2.1``
1515

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
"Topic :: Scientific/Engineering",
3131
"Topic :: Software Development :: Libraries :: Python Modules",
3232
]
33-
version = "1.4.3+dev"
33+
version = "1.5.0"
3434

3535
[project.urls]
3636
Documentation = "https://libensemble.readthedocs.io/en/main/"

0 commit comments

Comments
 (0)