Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ postfix) in addition to the core packages.
python 2.7 or 3.4 (http://www.python.org/)
Iris requires Python 2.7 or Python 3.4.

numpy 1.6 or later (http://numpy.scipy.org/)
numpy 1.9 or later (http://numpy.scipy.org/)
Python package for scientific computing including a powerful N-dimensional
array object.

Expand Down Expand Up @@ -122,6 +122,10 @@ grib-api 1.9.16 or later
edition 2 messages. A compression library such as Jasper is required
to read JPEG2000 compressed GRIB2 files.

iris-grib 0.9 or later
(https://github.com/scitools/iris-grib)
Iris interface to ECMWF's GRIB API

matplotlib 1.2.0 (http://matplotlib.sourceforge.net/)
Python package for 2D plotting.

Expand Down
5 changes: 2 additions & 3 deletions conda-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# conda create -n <name> --file conda-requirements.txt

# Mandatory dependencies
biggus>=0.14.0
biggus
cartopy
matplotlib
netcdf4
Expand All @@ -25,10 +25,9 @@ filelock
# Optional iris dependencies
nc_time_axis
iris_grib
ecmwf_grib
esmpy>=7.0
gdal
libmo_unpack
pandas
pyugrid
mo_pack=0.2.0
mo_pack
8 changes: 2 additions & 6 deletions minimal-conda-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# conda create -n <name> --file minimal-conda-requirements.txt

# Mandatory dependencies
biggus>=0.14.0
biggus
cartopy
matplotlib
netcdf4
Expand All @@ -22,8 +22,4 @@ sphinx
filelock

# Optional iris dependencies
gdal
libmo_unpack
pandas
pyugrid
mo_pack=0.2.0
mo_pack