diff --git a/docs/requirements.rtd.txt b/docs/requirements.rtd.txt index 790d576..25b8a45 100644 --- a/docs/requirements.rtd.txt +++ b/docs/requirements.rtd.txt @@ -18,7 +18,7 @@ rasterio==1.1.3 rioxarray==0.0.26 xarray==0.15.0 ipython==7.13.0 -notebook==6.0.3 +notebook>=6.1.5 nbconvert==5.6.1 netCDF4==1.5.3 scikit-learn==0.22.1 diff --git a/requirements_dev.txt b/requirements_dev.txt index 67d579b..044bc92 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -7,7 +7,7 @@ ipython==7.13.0 matplotlib==3.2.1 nbconvert==5.6.1 netcdf4==1.5.3 -notebook==6.0.3 +notebook>=6.1.5 numpy==1.18.1 pandas==1.0.3 pyproj==2.6.0 @@ -21,5 +21,5 @@ xarray==0.15.1 flake8==3.7.8 tox==3.14.0 coverage==4.5.4 -rasterstats==0.14. +rasterstats==0.14 seaborn==0.10.1 \ No newline at end of file