aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGravatar David Grote <grote1@llnl.gov> 2022-10-08 08:19:06 -0700
committerGravatar GitHub <noreply@github.com> 2022-10-08 08:19:06 -0700
commitacb7f1d78b9ef2644dd8cd08a7eca04e17df06fa (patch)
treecd9de7d1e0b8f4edfbef19faf3dba55cc5c52482 /setup.py
parent69236a8149488ad68fc7ff9eb84419838bcd7782 (diff)
downloadWarpX-acb7f1d78b9ef2644dd8cd08a7eca04e17df06fa.tar.gz
WarpX-acb7f1d78b9ef2644dd8cd08a7eca04e17df06fa.tar.zst
WarpX-acb7f1d78b9ef2644dd8cd08a7eca04e17df06fa.zip
Updated 1D CI tests with particles because of update of yt (#3458)
* Updated 1D CI tests with particles * Updated required version of yt to 4.1.0 * Fixed CI analysis of collisionXYZ Fixed the fetching of the particle data
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 695e7328d..1dec15a38 100644
--- a/setup.py
+++ b/setup.py
@@ -307,7 +307,7 @@ setup(
# ]
#},
extras_require={
- 'all': ['openPMD-api~=0.14.2', 'openPMD-viewer~=1.1', 'yt>=4.0.1', 'matplotlib'],
+ 'all': ['openPMD-api~=0.14.2', 'openPMD-viewer~=1.1', 'yt>=4.1.0', 'matplotlib'],
},
# cmdclass={'test': PyTest},
# platforms='any',