Skip to content

Commit

Permalink
version freak show II
Browse files Browse the repository at this point in the history
  • Loading branch information
pancetta committed Feb 19, 2024
1 parent 1f9240c commit 9bb80b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

strategy:
matrix:
python: ['3.8', '3.9', '3.10', '3.11']
python: ['3.8', '3.9', '3.10']
env: ['base', 'fenics', 'mpi4py', 'petsc']

defaults:
Expand Down
2 changes: 1 addition & 1 deletion etc/environment-mpi4py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- numpy>=1.15.4
- scipy>=0.17.1
- matplotlib>=3.0
- matplotlib>=3.0,<=3.5.3
- dill>=0.2.6
- mpich
- mpi4py-fft>=2.0.2
Expand Down

0 comments on commit 9bb80b8

Please sign in to comment.