diff options
author | 2020-10-05 13:35:07 -0700 | |
---|---|---|
committer | 2020-10-05 13:35:07 -0700 | |
commit | 77e2679ec93ae050258eb00abe5c152a518b66b7 (patch) | |
tree | 20dc84254980a8e832ae8aa3de603be566a0a99d /Python/setup.py | |
parent | 0f580b87513490b346201449e40f056c5aaf35c7 (diff) | |
download | WarpX-77e2679ec93ae050258eb00abe5c152a518b66b7.tar.gz WarpX-77e2679ec93ae050258eb00abe5c152a518b66b7.tar.zst WarpX-77e2679ec93ae050258eb00abe5c152a518b66b7.zip |
PICMI: read flag for laser continuous injection (#1358)
* PICMI: read flag for laser continuous injection
* Simplify assignment of do_continuous_injection
* Update PICMI version
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 b75443f9c..2999ce911 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -33,6 +33,6 @@ setup (name = 'pywarpx', package_dir = {'pywarpx':'pywarpx'}, description = """Wrapper of WarpX""", package_data = package_data, - install_requires=['numpy', 'picmistandard==0.0.11', 'periodictable'], + install_requires=['numpy', 'picmistandard==0.0.12', 'periodictable'], python_requires = '>=3.6' ) |