Skip to content

Commit 9bb80b8

Browse files
committed
version freak show II
1 parent 1f9240c commit 9bb80b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
strategy:
6262
matrix:
63-
python: ['3.8', '3.9', '3.10', '3.11']
63+
python: ['3.8', '3.9', '3.10']
6464
env: ['base', 'fenics', 'mpi4py', 'petsc']
6565

6666
defaults:

etc/environment-mpi4py.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
- numpy>=1.15.4
77
- scipy>=0.17.1
8-
- matplotlib>=3.0
8+
- matplotlib>=3.0,<=3.5.3
99
- dill>=0.2.6
1010
- mpich
1111
- mpi4py-fft>=2.0.2

0 commit comments

Comments
 (0)