Closed ocefpaf closed 9 years ago
Now travis-ci results finally have some meaning.
Is this ready for a Merge?
Can @Bobfrat or @birdage review and merge?
@ocefpaf i can look at this tomorrow
@ocefpaf Looks good! I'm just checking that the conda requirement files works for each of the notebooks. I'll let you know in a bit.
@ocefpaf, I'm having trouble with geojson in the conda-requirements file for Scenario_3A_Important_Bird_Areas. Is this an OSX issue?
conda install geojson
Fetching package metadata: ....
Error: No packages found in current osx-64 channels matching: geojson
There is no geojson for OSX in @rsignell-usgs binstar channel.
Maybe it is time to open an issue at https://github.com/ioos/conda-recipes asking for a OSX binaries curator.
Ok I couldn't conda install folium or rdflib dependencies either.
Error: No packages found in current osx-64 channels matching: folium ==0.1.2_dev_f7194ad
Error: Could not find some dependencies for rdflib: isodate
@Bobfrat the fact that those packages do not have a OSX version in @rsignell-usgs binstar channel is beyond the scope of this PR.
Lets just open an issue at https://github.com/ioos/conda-recipes for the missing OSX binaries later.
We can merge this PR as soon as you give me the green on your review. The important part is to check if I covered all the notebooks and imports inside them. No need to run all the notebooks, just use a grep import
for example.
:+1: This pull request is all set.
This PR adds missing
conda-requirements.txt
,pip-requirements.txt
and.py
files so travis-ci is OK.