diff options
author | 2022-01-12 14:22:25 -0800 | |
---|---|---|
committer | 2022-01-12 14:22:25 -0800 | |
commit | 652202d488e6550b7aa92c0bc94e010835f8f12f (patch) | |
tree | d0ff780accd271557f3642bb7fc01b7742cb64b4 /Python/setup.py | |
parent | 915d57445e11cbae330297fd8e89c4f8ded8545f (diff) | |
download | WarpX-652202d488e6550b7aa92c0bc94e010835f8f12f.tar.gz WarpX-652202d488e6550b7aa92c0bc94e010835f8f12f.tar.zst WarpX-652202d488e6550b7aa92c0bc94e010835f8f12f.zip |
Make moving window dimensionality consistent in PICMI (#2721)
* Make moving window dimensionality consistent in PICMI
* update PICMI_inputs_plasma_acceleration_1d.py
* two elements for moving window velocity in RZ
* update RZ laser_acceration test
* update PICMI version
* update PICMI Langmuir RZ test
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 ee3e4906a..f4b38ebc2 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.18', 'periodictable'], + install_requires = ['numpy', 'picmistandard==0.0.19', 'periodictable'], python_requires = '>=3.6', zip_safe=False ) |