diff --git a/doc/install.rst b/doc/install.rst index e7ab468..8c964e5 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -52,6 +52,7 @@ These required dependencies should be installed automatically when you install xlandsat with ``pip`` or ``conda``: * `numpy `__ +* `scipy `__ * `xarray `__ * `scikit-image `__ * `pooch `__ diff --git a/environment.yml b/environment.yml index 60f7f85..0d81ef3 100644 --- a/environment.yml +++ b/environment.yml @@ -8,6 +8,7 @@ dependencies: - make # Run - numpy + - scipy - xarray - scikit-image - pooch diff --git a/setup.cfg b/setup.cfg index 443c6b8..8d343f2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,6 +37,7 @@ packages = find: python_requires = >=3.7 install_requires = numpy>=1.19 + scipy>=1.5 xarray>=0.16 scikit-image>=0.18 pooch>=1.3.0