From d3e3e9d2359e68706a7abb9427ebcbe43c9ebd96 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Mon, 9 Sep 2024 23:06:06 -0400 Subject: [PATCH] fix tests and linting checks --- notebooks/ncml2stac.ipynb | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/ncml2stac.ipynb b/notebooks/ncml2stac.ipynb index 8da8ed4..0c65cf1 100644 --- a/notebooks/ncml2stac.ipynb +++ b/notebooks/ncml2stac.ipynb @@ -266,7 +266,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", diff --git a/requirements-dev.txt b/requirements-dev.txt index 6999cc9..32d6f91 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ jupyter jupyter-repo2docker ipython2cwl # installs 'jupyter-repo2cwl' -jinja2==3.0.3 # patch nbconvert (https://github.com/d2l-ai/d2l-book/issues/46) +jinja2 # --------------------- # General DevOps checks