We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df05761 commit db26ac9Copy full SHA for db26ac9
2 files changed
docs/advanced_installation.rst
@@ -9,7 +9,7 @@ automatically installed alongside libEnsemble:
9
* Python_ ``>= 3.10``
10
* NumPy_ ``>= 1.21``
11
* psutil_ ``>= 5.9.4``
12
-* `pydantic`_ ``<= 1.10.12``
+* `pydantic`_ ``>= 1.10.12``
13
* pyyaml_ ``>= v6.0``
14
* tomli_ ``>= 1.2.1``
15
pyproject.toml
@@ -30,7 +30,7 @@ classifiers = [
30
"Topic :: Scientific/Engineering",
31
"Topic :: Software Development :: Libraries :: Python Modules",
32
]
33
-version = "1.4.3+dev"
+version = "1.5.0"
34
35
[project.urls]
36
Documentation = "https://libensemble.readthedocs.io/en/main/"
0 commit comments