makepath / xarray-spatial

Raster-based Spatial Analytics for Python
https://xarray-spatial.readthedocs.io/
MIT License
805 stars 81 forks source link

move noise to install_requires at the setup.cfg #734

Open giancastro opened 1 year ago

giancastro commented 1 year ago

Keeping noise as a test dependency will make the make_terrain function unavailable.

In the xarray-spatial-feedstock, noise is not a test dependency. Therefore, when installing xarray-spatial using conda, the make_terrain function works.

As you can see in the following image, at the above terminal, I installed xarray-spatial using pip and got the error ModuleNotFoundError: No module named 'noise' when trying to import the make_terrain function. But at the bellow terminal, I installed xarray-spatial using conda and didn't get any errors when trying to import the make_terrain function.

Screen Shot 2022-10-24 at 09 27 20