Skip to content

Commit 34d15c7

Browse files
committed
update numpy for 1.26
1 parent 09690a8 commit 34d15c7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ jobs:
6161
pytest --nbmake --nbmake-timeout=8000 -n=auto "./docs/embargoed"
6262
rm ./docs/embargoed/*.nwb
6363
64+
- name: Testing Higher-Order Notebooks
65+
run: |
66+
pytest --nbmake --nbmake-timeout=8000 -n=auto "./docs/higher-order"
67+
rm ./docs/higher-order/*.nwb
68+
6469
- name: Testing Basics Notebooks
6570
run: |
6671
pytest --nbmake --nbmake-timeout=100000 -n=auto "./docs/basics"
@@ -76,11 +81,6 @@ jobs:
7681
pytest --nbmake --nbmake-timeout=8000 -n=auto "./docs/first-order"
7782
rm ./docs/first-order/*.nwb
7883
79-
- name: Testing Higher-Order Notebooks
80-
run: |
81-
pytest --nbmake --nbmake-timeout=8000 -n=auto "./docs/higher-order"
82-
rm ./docs/higher-order/*.nwb
83-
8484
- name: Testing Project Notebooks
8585
run: |
8686
pytest --nbmake --nbmake-timeout=8000 -n=auto "./docs/projects"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ mpl-interactions==0.22.0
1414
nbmake==1.5.3
1515
neo==0.13.0
1616
numcodecs==0.11.0
17-
numpy==1.24.3
17+
numpy==1.26.0
1818
nwbwidgets
1919
ophys-nway-matching @ git+https://github.com/AllenInstitute/ophys_nway_matching.git
2020
pandas==1.5.2

0 commit comments

Comments
 (0)