From 77e2679ec93ae050258eb00abe5c152a518b66b7 Mon Sep 17 00:00:00 2001 From: Edoardo Zoni <59625522+EZoni@users.noreply.github.com> Date: Mon, 5 Oct 2020 13:35:07 -0700 Subject: PICMI: read flag for laser continuous injection (#1358) * PICMI: read flag for laser continuous injection * Simplify assignment of do_continuous_injection * Update 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 b75443f9c..2999ce911 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.11', 'periodictable'], + install_requires=['numpy', 'picmistandard==0.0.12', 'periodictable'], python_requires = '>=3.6' ) -- cgit v1.2.3