diff options
author | 2023-03-23 10:51:18 -0700 | |
---|---|---|
committer | 2023-03-23 17:51:18 +0000 | |
commit | fedca01aa44d4a1883f623601d11cf85fb353d2a (patch) | |
tree | 80a9610e97ac7a26dc617a5b0ce7baeff0b8bc4e /Python/setup.py | |
parent | d5c7d5484fb4e8012f8f9a46ff8ee6c6dac427eb (diff) | |
download | WarpX-fedca01aa44d4a1883f623601d11cf85fb353d2a.tar.gz WarpX-fedca01aa44d4a1883f623601d11cf85fb353d2a.tar.zst WarpX-fedca01aa44d4a1883f623601d11cf85fb353d2a.zip |
PICMI Boundary: Silver-Mueller (#3709)
* PICMI Boundary: Silver-Mueller
Add support for silver-mueller boundary conditions in PICMI.
* Dependencies: Update PICMI
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 16983392f..4e788b365 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.22', 'periodictable'], + install_requires = ['numpy', 'picmistandard==0.23.2', 'periodictable'], python_requires = '>=3.7', zip_safe=False ) |