From a74a8c39d39874c61257f8bda3f5e5973da3e1df Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Tue, 17 Aug 2021 22:24:36 -0700 Subject: [PATCH] openPMD-api: 0.14* Adding compatibility with the 0.14.* release series of openPMD-api. There are no breaking changes to the 0.13 releases. Changelog: https://openpmd-api.readthedocs.io/en/0.14.2/install/changelog.html Upgrade Guide: https://openpmd-api.readthedocs.io/en/0.14.2/install/upgrade.html --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 08a527a5..7fc8f805 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ matplotlib>=1.5.1 mpi4py numba numpy>=1.18.1 -openpmd-api~=0.13.0 +openpmd-api~=0.13.0,~=0.14.0 periodictable>=1.4.1 pint py3nvml