From b4067afbd5f487683d6c0f1e5c8ac835d3373fb6 Mon Sep 17 00:00:00 2001 From: David Grote Date: Tue, 19 May 2020 15:25:51 -0700 Subject: Bug fix in picmi field diagnostics with picmistandard.0.0.8 (#1032) Co-authored-by: Remi Lehe --- Python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/setup.py') diff --git a/Python/setup.py b/Python/setup.py index 7d892eec0..8282ab3fc 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -33,6 +33,6 @@ setup (name = 'pywarpx', package_dir = {'pywarpx':'pywarpx'}, description = """Wrapper of WarpX""", package_data = package_data, - install_requires=['numpy', 'picmistandard==0.0.6', 'periodictable'], + install_requires=['numpy', 'picmistandard==0.0.8', 'periodictable'], python_requires = '>=3.6' ) -- cgit v1.2.3