diff options
author | 2021-01-11 09:23:14 -0800 | |
---|---|---|
committer | 2021-01-11 09:23:14 -0800 | |
commit | 0c8d5f61d92309b9a3df6e985f1a9d3da5edfd96 (patch) | |
tree | 7a0f31bc62b8e4f4b244cde1c526477fc15b2041 /Python/setup.py | |
parent | 88377c0749a51a4561a124592e1c90ccd1cb70b7 (diff) | |
download | WarpX-0c8d5f61d92309b9a3df6e985f1a9d3da5edfd96.tar.gz WarpX-0c8d5f61d92309b9a3df6e985f1a9d3da5edfd96.tar.zst WarpX-0c8d5f61d92309b9a3df6e985f1a9d3da5edfd96.zip |
Add electrostatic to picmi (#1548)
* Update ElectrostaticSolver in picmi
* Added relativistic option to picmi ElectrostaticSolver
* Update PICMI version
* Fix electrostatic with picmi
Co-authored-by: Remi Lehe <remi.lehe@normalesup.org>
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 ddce8235a..75dceeeb6 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.12', 'periodictable'], + install_requires = ['numpy', 'picmistandard==0.0.13', 'periodictable'], python_requires = '>=3.6', zip_safe=False ) |