pycroscopy / sidpy

Python utilities for storing, processing, and visualizing spectroscopic and imaging data
https://pycroscopy.github.io/sidpy/
MIT License
11 stars 14 forks source link

Inconsistent requirements in the conda-forge package #149

Closed niklassiemer closed 1 year ago

niklassiemer commented 2 years ago

In the setup.py scipy and sklern are listed as requirements. However, they are not in the conda-forge recipe. Thus, in a fresh environment

conda install -c conda-forge sidpy
pip check

fails with

sidpy 0.0.9 requires scipy, which is not installed.
sidpy 0.0.9 requires sklearn, which is not installed.
jan-janssen commented 2 years ago

Fixed by https://github.com/pycroscopy/sidpy/pull/150 and https://github.com/conda-forge/sidpy-feedstock/pull/11