From 0eac2be93c5151201e9cb62cf71e693a8939a757 Mon Sep 17 00:00:00 2001
From: Padraig Gleeson
Date: Wed, 5 Jun 2024 18:24:34 +0100
Subject: [PATCH 1/2] Remove pin to grpcio-tools==1.42.0
---
setup.cfg | 1 -
1 file changed, 1 deletion(-)
diff --git a/setup.cfg b/setup.cfg
index 2750dbca..c8059367 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -55,7 +55,6 @@ package_dir =
[options.extras_require]
psyneulink =
- grpcio-tools==1.42.0
psyneulink
neuroml =
From ed349811ce4e3d9ce825cfbec36027d9aadbb5a3 Mon Sep 17 00:00:00 2001
From: Padraig Gleeson
Date: Thu, 6 Jun 2024 10:56:00 +0100
Subject: [PATCH 2/2] Test psyneulink on py3.11
---
.github/workflows/ci.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index aff27071..e602ae01 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -102,7 +102,6 @@ jobs:
python -m pytest -v -m "tensorflow" tests/
- name: Test interface PsyNeuLink
- if: ${{ matrix.python-version != '3.11'}}
run: |
python -m pip install .[psyneulink]
python -m pytest -v -m "psyneulink" tests/