Conversation
beckermr
left a comment
There was a problem hiding this comment.
You may be missing joblib here. I need to double check.
Adding missing `joblib` package.
|
Good catch; updated. |
|
@esheldon anything to add here? |
|
Is esutil used? |
|
is this ready? |
|
I asked about esutil. Maybe we should compare to the conda package? |
|
the meds feedstock https://github.com/conda-forge/meds-feedstock/blob/master/recipe/meta.yaml |
|
that only lists is that incomplete? |
|
and I don't even see yaml used in the meds repo |
|
it probably is incomplete |
|
OK. I'm working on some unit tests today. I'll add a requirements that is correct as well. We can update the meds feedstock based on that. |
|
I added a requirements.txt in this PR #51 |
|
biggles is no longer supported, planning to move the |
|
I merged #51 which added a requirements.txt It only has the things needed for the current tests. We will need more things once the other codes are rewritten, e.g. the meds viewer code |
Adding a requirements.txt file to help determine package dependencies.