We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3764036 commit db04a4fCopy full SHA for db04a4f
extras_require.txt
@@ -1,2 +1,4 @@
1
-mpi4py
2
-SciFiReaders
+extras_require={
+ 'MPI': ["mpi4py"],
3
+ 'test': ["pytest", "pytest-cov", "SciFiReaders"],
4
+},
0 commit comments