From 78ad98f4224be88522858502e1764f82d0aadba5 Mon Sep 17 00:00:00 2001 From: Remi Lehe Date: Fri, 2 Jun 2023 02:26:17 -0700 Subject: Update PICMI version (#3959) --- 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 06783ea51..0e8d9a55a 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.23.2', 'periodictable'], + install_requires = ['numpy', 'picmistandard==0.24.0', 'periodictable'], python_requires = '>=3.7', zip_safe=False ) -- cgit v1.2.3