diff options
author | 2021-10-22 21:42:22 -0700 | |
---|---|---|
committer | 2021-10-23 04:42:22 +0000 | |
commit | 4d8fbaf4de0735537546c027b04380a2f0e42aeb (patch) | |
tree | bc46f01888f236ddbb01dbf8b14d2dfbea7579f2 /Python/setup.py | |
parent | cf0508c5276f53f60b9b26d7c3cc67d442294ec6 (diff) | |
download | WarpX-4d8fbaf4de0735537546c027b04380a2f0e42aeb.tar.gz WarpX-4d8fbaf4de0735537546c027b04380a2f0e42aeb.tar.zst WarpX-4d8fbaf4de0735537546c027b04380a2f0e42aeb.zip |
PICMI: Add div(E),div(B) Cleaning Options (#2477)
* PICMI: Add div(E),div(B) Cleaning Options
* Update PICMI Version: 0.0.15
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 47604372d..5e7a581f6 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.14', 'periodictable'], + install_requires = ['numpy', 'picmistandard==0.0.15', 'periodictable'], python_requires = '>=3.6', zip_safe=False ) |