diff options
author | 2023-06-02 02:26:17 -0700 | |
---|---|---|
committer | 2023-06-02 11:26:17 +0200 | |
commit | 78ad98f4224be88522858502e1764f82d0aadba5 (patch) | |
tree | 969a07c7e8341328162240defedcdd5eb41e64fc /Python/setup.py | |
parent | 05f115a6b416dd912f9fb7c21b842fffe5b92de6 (diff) | |
download | WarpX-78ad98f4224be88522858502e1764f82d0aadba5.tar.gz WarpX-78ad98f4224be88522858502e1764f82d0aadba5.tar.zst WarpX-78ad98f4224be88522858502e1764f82d0aadba5.zip |
Update PICMI version (#3959)
Diffstat (limited to 'Python/setup.py')
-rw-r--r-- | Python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |