diff options
author | 2021-12-10 01:05:16 -0800 | |
---|---|---|
committer | 2021-12-10 01:05:16 -0800 | |
commit | 0831cf5543042bf244282d6671d3e8557eeb697e (patch) | |
tree | 29bb192a17e06bc5ceedc22a24373c3cac6d7a1e /Python/setup.py | |
parent | 3b00198fe7e2f521e9b21d085a0ea48152f86ac3 (diff) | |
download | WarpX-0831cf5543042bf244282d6671d3e8557eeb697e.tar.gz WarpX-0831cf5543042bf244282d6671d3e8557eeb697e.tar.zst WarpX-0831cf5543042bf244282d6671d3e8557eeb697e.zip |
Python/setup.py: picmistandard==0.0.18
Forgotten in #2593
Diffstat (limited to '')
-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 a15585f83..4811966b4 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.16', 'periodictable'], + install_requires = ['numpy', 'picmistandard==0.0.18', 'periodictable'], python_requires = '>=3.6', zip_safe=False ) |