aboutsummaryrefslogtreecommitdiff
path: root/Python/setup.py
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2021-12-10 01:05:16 -0800
committerGravatar Axel Huebl <axel.huebl@plasma.ninja> 2021-12-10 01:05:16 -0800
commit0831cf5543042bf244282d6671d3e8557eeb697e (patch)
tree29bb192a17e06bc5ceedc22a24373c3cac6d7a1e /Python/setup.py
parent3b00198fe7e2f521e9b21d085a0ea48152f86ac3 (diff)
downloadWarpX-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.py2
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
)