MetOffice / CATNIP

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

Define and add the requirement.txt for dependencies #27

Closed balazagi closed 4 years ago

balazagi commented 4 years ago

list all of the libraries that your project depends on in a file called requirement.txt and specify versions of those packages that are known to work. One line for each package e.g.

iris==2.2.0 improver==0.10.0

zmaalick commented 4 years ago

associated branch: feature_requirement_textfile_i27