MetOffice / CATNIP

Climate Analysis Tool: Now In Python
Other
5 stars 2 forks source link

External library/package dependecies #15

Closed balazagi closed 4 years ago

balazagi commented 4 years ago

There are currently dependencies in the code to some external libraries/packages as mentioned in : https://github.com/MetOffice/CATNIP/pull/14#issue-394844192 we need to list these and then decide what is the best way to include them. So far I have found these:

But let me know if you know of anymore!

There are some suggestions in this git article

gredmond-mo commented 4 years ago

https://github.com/metoppv/improver <- improver lives here

balazagi commented 4 years ago

I think to address the external library dependencies at some point we need to create a requirements.txt file in which we list all the libraries that we depend on. This can then be included in the setup.py file so that is done automatically during the installation process. we probably want to create new issue/s for this but commenting here so that we can decide later!

balazagi commented 4 years ago

I suggest we close this issue as it is now going to be covered by issue #27 and #28

balazagi commented 4 years ago

closing this issue see last comment