diff options
author | 2020-09-17 17:11:39 -0700 | |
---|---|---|
committer | 2020-09-17 17:11:39 -0700 | |
commit | 13c55e2577215e0ca78af03dca3f58491f47be0a (patch) | |
tree | 9f48262020a1a3ce84673c8da65ce65cd85086c7 /Python | |
parent | 266f2a28b80a5aada004a24c72b9de59af15533b (diff) | |
download | WarpX-13c55e2577215e0ca78af03dca3f58491f47be0a.tar.gz WarpX-13c55e2577215e0ca78af03dca3f58491f47be0a.tar.zst WarpX-13c55e2577215e0ca78af03dca3f58491f47be0a.zip |
Increment minimum PICMI version required (#1343)
Diffstat (limited to 'Python')
-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 8eff25115..b75443f9c 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.10', 'periodictable'], + install_requires=['numpy', 'picmistandard==0.0.11', 'periodictable'], python_requires = '>=3.6' ) |