From f97120ccf863d01cb51c8ba662fbb001e0bcae9c Mon Sep 17 00:00:00 2001 From: Ming Du Date: Mon, 4 Mar 2024 19:39:00 -0600 Subject: [PATCH] Remove mpi4py from pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1fe1921..42fbf0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,6 @@ dependencies = [ "tifffile", "torch==1.13.1", "torchvision", - "mpi4py", "pandas", "h5py", "dxchange@git+https://github.com/data-exchange/dxchange.git"