From 0c8d5f61d92309b9a3df6e985f1a9d3da5edfd96 Mon Sep 17 00:00:00 2001 From: David Grote Date: Mon, 11 Jan 2021 09:23:14 -0800 Subject: Add electrostatic to picmi (#1548) * Update ElectrostaticSolver in picmi * Added relativistic option to picmi ElectrostaticSolver * Update PICMI version * Fix electrostatic with picmi 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 ddce8235a..75dceeeb6 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.12', 'periodictable'], + install_requires = ['numpy', 'picmistandard==0.0.13', 'periodictable'], python_requires = '>=3.6', zip_safe=False ) -- cgit v1.2.3