aboutsummaryrefslogtreecommitdiff
path: root/Python/setup.py
diff options
context:
space:
mode:
authorGravatar David Grote <grote1@llnl.gov> 2021-01-11 09:23:14 -0800
committerGravatar GitHub <noreply@github.com> 2021-01-11 09:23:14 -0800
commit0c8d5f61d92309b9a3df6e985f1a9d3da5edfd96 (patch)
tree7a0f31bc62b8e4f4b244cde1c526477fc15b2041 /Python/setup.py
parent88377c0749a51a4561a124592e1c90ccd1cb70b7 (diff)
downloadWarpX-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.py2
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
)