From bb87c83d5d0ec8f973835b2160d8f6e0792875d3 Mon Sep 17 00:00:00 2001 From: Freddie Akeroyd Date: Mon, 10 Feb 2025 23:59:06 +0000 Subject: [PATCH 1/3] Adjust for linux --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 743597a..143e0e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,15 +27,15 @@ classifiers = [ dependencies = [ # EPICS Channel access lib - "CaChannel", + "git+https://github.com/ISISComputingGroup/CaChannel", # Send log messages to graylog "graypy", # genie_python will install ipython completers "ipython", # Getting user details from database - "mysql-connector-python", + "mysql-connector-python==8.4.0", # Array support for CA calls - "numpy", + "numpy<2.0", # EPICS PV access lib "p4p", # Used to find process by name to kill it From 8aa9999504efe534066045e4b7893e16d5f042ea Mon Sep 17 00:00:00 2001 From: Freddie Akeroyd Date: Tue, 11 Feb 2025 00:08:21 +0000 Subject: [PATCH 2/3] Adjust for linux --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 143e0e5..ba1a6ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ dependencies = [ # EPICS Channel access lib - "git+https://github.com/ISISComputingGroup/CaChannel", + "genie_python@git+https://github.com/ISISComputingGroup/CaChannel", # Send log messages to graylog "graypy", # genie_python will install ipython completers From f8985e1b03ed7c257cfdd5d27fec18e7727f23ca Mon Sep 17 00:00:00 2001 From: Freddie Akeroyd Date: Tue, 11 Feb 2025 00:12:00 +0000 Subject: [PATCH 3/3] Adjust for linux --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba1a6ab..caea456 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ dependencies = [ # EPICS Channel access lib - "genie_python@git+https://github.com/ISISComputingGroup/CaChannel", + "CaChannel@git+https://github.com/ISISComputingGroup/CaChannel", # Send log messages to graylog "graypy", # genie_python will install ipython completers