Skip to content

Commit

Permalink
Add missing Scipy dependency
Browse files Browse the repository at this point in the history
Was introduced for interpolation but forgot to add it explicitly to the
project.
  • Loading branch information
Leonardo Uieda committed Sep 28, 2023
1 parent 8653518 commit e01877f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ These required dependencies should be installed automatically when you install
xlandsat with ``pip`` or ``conda``:

* `numpy <http://www.numpy.org/>`__
* `scipy <https://scipy.org>`__
* `xarray <https://xarray.dev/>`__
* `scikit-image <https://scikit-image.org/>`__
* `pooch <https://www.fatiando.org/pooch/>`__
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- make
# Run
- numpy
- scipy
- xarray
- scikit-image
- pooch
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e01877f

Please sign in to comment.