From d410f642b34f4785ce0dcb60f88b6af63956e1c9 Mon Sep 17 00:00:00 2001 From: Chsudeepta Date: Mon, 22 Sep 2025 15:07:49 +0100 Subject: [PATCH 1/3] Changed CaChannel to point to project git --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1a4208..d3bbaf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ classifiers = [ dependencies = [ "pcaspy@git+https://github.com/ISISComputingGroup/pcaspy", "genie-python[plot]", - "CaChannel", + "CaChannel@git+https://github.com/ISISComputingGroup/CaChannel.git", "mock", "parameterized", "pysnmp", From 05457839cd9726b901299bbcfc0395f6ab392c26 Mon Sep 17 00:00:00 2001 From: Chsudeepta Date: Mon, 22 Sep 2025 15:20:45 +0100 Subject: [PATCH 2/3] revert CaChannel --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3bbaf2..b1a4208 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ classifiers = [ dependencies = [ "pcaspy@git+https://github.com/ISISComputingGroup/pcaspy", "genie-python[plot]", - "CaChannel@git+https://github.com/ISISComputingGroup/CaChannel.git", + "CaChannel", "mock", "parameterized", "pysnmp", From 90988b0505ab9fda03e23c1d1b89e4365001d27b Mon Sep 17 00:00:00 2001 From: Chsudeepta Date: Tue, 23 Sep 2025 11:30:54 +0100 Subject: [PATCH 3/3] Redone the change --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1a4208..d3bbaf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ classifiers = [ dependencies = [ "pcaspy@git+https://github.com/ISISComputingGroup/pcaspy", "genie-python[plot]", - "CaChannel", + "CaChannel@git+https://github.com/ISISComputingGroup/CaChannel.git", "mock", "parameterized", "pysnmp",