Skip to content

Commit

Permalink
Add cf_units version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DPeterK committed May 1, 2018
1 parent 24ba179 commit 814dfe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/iris/tests/unit/coords/test_Coord.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ def test_convert_unknown_units(self):
with self.assertRaisesRegexp(UnitConversionError, emsg):
coord.convert_units('degrees')


class Test___str__(tests.IrisTest):

def test_short_time_interval(self):
Expand Down
2 changes: 1 addition & 1 deletion requirements/core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ netcdf4
numpy
scipy
# pyke (not pip installable) #conda: pyke
cf_units
cf_units>=1.2
dask>=0.15.0

0 comments on commit 814dfe7

Please sign in to comment.