From 4605eb2017c4eded341d8c4bea96b06ff6b69357 Mon Sep 17 00:00:00 2001 From: David Grote Date: Mon, 14 Sep 2020 13:07:41 -0700 Subject: PICMI analytic applied fields (#1306) * PICMI Added applied fields * PICMI fixed typo in Constants * Change picmistandard version requirement to 0.0.9 * Increment required picmi version 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 993ba70d5..8eff25115 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.8', 'periodictable'], + install_requires=['numpy', 'picmistandard==0.0.10', 'periodictable'], python_requires = '>=3.6' ) -- cgit v1.2.3