eamonford commented on pull request #2:
URL: 
https://github.com/apache/incubator-sdap-ingester/pull/2#issuecomment-647830877


   @tloubrieu-jpl the reason there is both `conda_requirements.txt` and 
`requirements.txt` is because:
   1) `setup.py` is using conda instead of pip to install most of the 
requirements in this package because some of them (like numpy) have fairly 
large underlying dependencies which are better to install using conda, which 
will make sure all the OS libraries are installed as well. Pip does not install 
OS library components.
   2) Not all the requirements for this package are available in conda, which 
is why there are 3 requirements listed in `requirements.txt`. These will be 
installed using pip by `setup.py`.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to