From 13c55e2577215e0ca78af03dca3f58491f47be0a Mon Sep 17 00:00:00 2001 From: Remi Lehe Date: Thu, 17 Sep 2020 17:11:39 -0700 Subject: Increment minimum PICMI version required (#1343) --- 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 8eff25115..b75443f9c 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.10', 'periodictable'], + install_requires=['numpy', 'picmistandard==0.0.11', 'periodictable'], python_requires = '>=3.6' ) -- cgit v1.2.3