From 4d8fbaf4de0735537546c027b04380a2f0e42aeb Mon Sep 17 00:00:00 2001 From: Edoardo Zoni <59625522+EZoni@users.noreply.github.com> Date: Fri, 22 Oct 2021 21:42:22 -0700 Subject: PICMI: Add div(E),div(B) Cleaning Options (#2477) * PICMI: Add div(E),div(B) Cleaning Options * Update PICMI Version: 0.0.15 --- 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 47604372d..5e7a581f6 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -59,7 +59,7 @@ setup(name = 'pywarpx', package_dir = {'pywarpx': 'pywarpx'}, description = """Wrapper of WarpX""", package_data = package_data, - install_requires = ['numpy', 'picmistandard==0.0.14', 'periodictable'], + install_requires = ['numpy', 'picmistandard==0.0.15', 'periodictable'], python_requires = '>=3.6', zip_safe=False ) -- cgit v1.2.3