diff options
author | 2022-10-08 08:19:06 -0700 | |
---|---|---|
committer | 2022-10-08 08:19:06 -0700 | |
commit | acb7f1d78b9ef2644dd8cd08a7eca04e17df06fa (patch) | |
tree | cd9de7d1e0b8f4edfbef19faf3dba55cc5c52482 /setup.py | |
parent | 69236a8149488ad68fc7ff9eb84419838bcd7782 (diff) | |
download | WarpX-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |