From 4e9245e0e95fa268a4aa14ad9e2bbf2c59c24643 Mon Sep 17 00:00:00 2001 From: Remi Lehe Date: Thu, 17 Nov 2022 10:12:03 -0800 Subject: Add Python interface for flux injection (#3486) * Update PICMI code * Upgrade picmistandard version * Update PICMI version and assert --- 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 03ddd6844..57fca38ad 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.20', 'periodictable'], + install_requires = ['numpy', 'picmistandard==0.0.22', 'periodictable'], python_requires = '>=3.7', zip_safe=False ) -- cgit v1.2.3