We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c271968 commit 2b6a816Copy full SHA for 2b6a816
1 file changed
.github/workflows/non-omv.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- python-version: [ 3.9, "3.10" ]
+ python-version: [ 3.9, "3.12" ]
17
runs-on: [ ubuntu-latest, macos-latest ]
18
19
steps:
@@ -33,8 +33,7 @@ jobs:
33
run: |
34
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
35
pip install scipy sympy matplotlib cython pandas tables
36
-
37
- pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
+
38
39
- name: Regenerate and test
40
0 commit comments