Commit 01c87327 authored by Willi Rath's avatar Willi Rath
Browse files

Pin netCDF4 to v1.2.8 everywhere

v1.2.9 honors `valid_min` and `valid_max` to mask data.  This messes up
working with data that did a sloppy job in maintaining these valid
ranges.  To learn about progress, follow:

- <https://github.com/Unidata/netcdf4-python/issues/711>
- <https://github.com/Unidata/netcdf4-python/issues/703>
parent 2f14d4a5
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ dependencies:
  - matplotlib=1.5.3
  - mtspec
  - nco
  - netCDF4
  - netCDF4=1.2.8
  - numpy
  - pandas
  - pyngl
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ dependencies:
  - matplotlib
  - mtspec
  - nco
  - netCDF4
  - netCDF4=1.2.8
  - numpy
  - pandas
  - pytables
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ dependencies:
  - matplotlib=1.5.3
  - mtspec
  - nco
  - netCDF4
  - netCDF4=1.2.8
  - numpy
  - pandas
  - pytables
+1 −0
Original line number Diff line number Diff line
@@ -4,5 +4,6 @@ channels:
  - {anaconda}
dependencies:
  - matplotlib=1.5.3
  - netCDF4=1.2.8
  - pyferret
  - ferret_datasets
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ dependencies:
  - matplotlib=1.5.3
  - mtspec
  - nco
  - netCDF4
  - netCDF4=1.2.8
  - numpy
  - pandas
  - pyngl
Loading