From b086ca1ec4ebf550638af521b875ff5ee12a24e5 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 6 Aug 2024 11:54:52 +0200 Subject: [PATCH] drop deprecated xlrd --- .binder/environment-python_and_r.yml | 4 ++-- .binder/environment.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.binder/environment-python_and_r.yml b/.binder/environment-python_and_r.yml index 35c761ce..6442dad6 100644 --- a/.binder/environment-python_and_r.yml +++ b/.binder/environment-python_and_r.yml @@ -26,8 +26,8 @@ dependencies: - gridgeo - humanize - hvplot - - ioos-metrics - ioos_qc + - ioos-metrics - ipyleaflet - joblib - jupyter @@ -42,6 +42,7 @@ dependencies: - oceans - oct2py - odvc + - openpyxl - palettable - phantomjs - pocean-core >=3.1 @@ -67,7 +68,6 @@ dependencies: - utide - windrose - xarray - - xlrd - xmltodict - zarr # R packages. diff --git a/.binder/environment.yml b/.binder/environment.yml index 6ce762ed..78f9e7f9 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -25,8 +25,8 @@ dependencies: - gridgeo - humanize - hvplot - - ioos-metrics - ioos_qc + - ioos-metrics - ipyleaflet - joblib - jupyter @@ -41,6 +41,7 @@ dependencies: - oceans - oct2py - odvc + - openpyxl - palettable - phantomjs - pocean-core >=3.1 @@ -66,6 +67,5 @@ dependencies: - utide - windrose - xarray - - xlrd - xmltodict - zarr