From c8698f35b9ceeab45d5f04556d7bc7d85e925e22 Mon Sep 17 00:00:00 2001 From: William Silversmith Date: Wed, 31 Jan 2024 16:56:08 -0500 Subject: [PATCH] install: add xs3d to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index db4eda7..d01e8f6 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ def read(fname): "numpy>=1.16.1", "pathos", "scipy>=1.1.0", + "xs3d>=0.2.0", ], extras_require={ 'tif': [ 'tifffile' ],