diff options
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' ) |