From e86e07aee3280121ecfe72dfde21b71f311aab62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Silva-S=C3=A1nchez?= <31875788+DSilva27@users.noreply.github.com> Date: Mon, 3 Apr 2023 10:41:38 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f9a4621..f6b0fba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,8 @@ dependencies = [ "numpy", "matplotlib", "scipy", - "torchvision" + "torchvision", + "mrcfile" ] #dynamic = ["version"] @@ -41,4 +42,4 @@ dependencies = [ #my-script = "my_package.module:function" # ... other project metadata fields as specified in: -# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ \ No newline at end of file +# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/