From 3714ef7eaa0c171d888ff20794d57e3ea48be3c9 Mon Sep 17 00:00:00 2001 From: Shan E Ahmed Raza <13048456+shaneahmed@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:22:26 +0100 Subject: [PATCH 1/2] :pushpin: Pin `bokeh` version to less than 3.6.0 (#870) - Pin `bokeh` version to less than `3.6.0` - `bokeh` 3.6.0 has breaking changes --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index b6b2fde67..c67dff78c 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,7 +1,7 @@ # torch installation --extra-index-url https://download.pytorch.org/whl/cu118; sys_platform != "darwin" albumentations>=1.3.0 -bokeh>=3.1.1 +bokeh>=3.1.1, <3.6.0 Click>=8.1.3 defusedxml>=0.7.1 filelock>=3.9.0 From 52792bc3bbfa88f46b709974ceb360c815b25291 Mon Sep 17 00:00:00 2001 From: Alon Alexander Date: Wed, 2 Oct 2024 12:51:52 +0300 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=90=9B=20Fix=20`CITATION.cff`=20to=20?= =?UTF-8?q?Make=20it=20Compatible=20with=20`cffconvert`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - To cite this repository using `cffconvert`, the conversion fails as the citation file was invalid. - This PR fixes the citation file to a valid ORCID. --- CITATION.cff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 1a3f86244..a279ed361 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -24,7 +24,7 @@ authors: orcid: "https://orcid.org/0000-0003-0969-2990" - family-names: "Bashir" given-names: "Raja Muhammad Saad" - orcid: "https://orcid.org/0000-0002-8984-696" + orcid: "https://orcid.org/0000-0002-8984-6963" - family-names: "Bilal" given-names: "Mohsin" orcid: "https://orcid.org/0000-0001-8632-2729" @@ -74,7 +74,7 @@ preferred-citation: orcid: "https://orcid.org/0000-0003-0969-2990" - family-names: "Bashir" given-names: "Raja Muhammad Saad" - orcid: "https://orcid.org/0000-0002-8984-696" + orcid: "https://orcid.org/0000-0002-8984-6963" - family-names: "Bilal" given-names: "Mohsin" orcid: "https://orcid.org/0000-0001-8632-2729"