diff options
author | 2022-11-17 10:12:03 -0800 | |
---|---|---|
committer | 2022-11-17 10:12:03 -0800 | |
commit | 4e9245e0e95fa268a4aa14ad9e2bbf2c59c24643 (patch) | |
tree | b22d9d0051d46c578c7e813f53baedd9cd38c20a /Python/setup.py | |
parent | f9ff146c68136a287d6b14d725d7f7d4e367efb3 (diff) | |
download | WarpX-4e9245e0e95fa268a4aa14ad9e2bbf2c59c24643.tar.gz WarpX-4e9245e0e95fa268a4aa14ad9e2bbf2c59c24643.tar.zst WarpX-4e9245e0e95fa268a4aa14ad9e2bbf2c59c24643.zip |
Add Python interface for flux injection (#3486)
* Update PICMI code
* Upgrade picmistandard version
* Update PICMI version and assert
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 03ddd6844..57fca38ad 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.20', 'periodictable'], + install_requires = ['numpy', 'picmistandard==0.0.22', 'periodictable'], python_requires = '>=3.7', zip_safe=False ) |