Skip to content

Commit

Permalink
Merge branch 'master' into anisotropic_lowz
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Apr 10, 2024
2 parents d77eca6 + 0744d27 commit 9b9a9ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu", "macos"]
python-version: ["3.9"]
python-version: ["3.10"]
mpi: ["openmpi", "mpich"]
defaults:
run:
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu"]
python-version: ["3.9"]
python-version: ["3.10"]
defaults:
run:
shell: bash -el {0}
Expand Down
10 changes: 5 additions & 5 deletions devel_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ dependencies:
- fortran-compiler
- gcovr
- getdist
- glib
- glib-tools
- glib <=2.78.4
- glib-tools <=2.78.4
- gmp
- gobject-introspection
- gobject-introspection <=1.78
- gsl
- hdf5
- lcov
Expand All @@ -26,7 +26,7 @@ dependencies:
- mypy
- ninja
- nlopt
- numpy >= 1.21.0
- numpy >= 1.23.0
- openblas=*=*openmp*
- openmpi
- pip
Expand All @@ -37,7 +37,7 @@ dependencies:
- pygobject
- pylint
- pytest
- python >= 3.9
- python >= 3.10
- rich
- scipy
- tqdm
Expand Down

0 comments on commit 9b9a9ab

Please sign in to comment.