From 33a9cb225bd0d5652b10dacf7c2ed2792190f610 Mon Sep 17 00:00:00 2001 From: Carter Peene Date: Wed, 26 Jun 2024 10:44:59 -0700 Subject: [PATCH 1/2] remove python version --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c64ef3a3..7b4a9f08 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,8 +25,8 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 - with: - python-version: "3.9" + # with: + # python-version: "3.9" - name: Upgrading pip run: pip install --upgrade pip From 30dadfffe318c5895b8b63d451c251ec6ed7900d Mon Sep 17 00:00:00 2001 From: Carter Peene Date: Wed, 26 Jun 2024 15:23:55 -0700 Subject: [PATCH 2/2] pin numpy --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4875572a..e605ad5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ jupyter==1.0.0 matplotlib==3.6.2 mpl-interactions==0.22.0 neo==0.13.0 -numpy +numpy==1.23.5 nwbwidgets ophys-nway-matching @ git+https://github.com/AllenInstitute/ophys_nway_matching@545504ab55922717ab623f8ede2c521a60aa1458 pandas==1.5.2