We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577cec7 commit 00b70b4Copy full SHA for 00b70b4
.github/workflows/test-all.yml
@@ -23,7 +23,7 @@ jobs:
23
24
env:
25
PYOM2_DIR: /home/runner/pyom2
26
- PETSC_VERSION: "3.22.1"
+ PETSC_VERSION: "3.23.3"
27
OMPI_MCA_rmaps_base_oversubscribe: "1"
28
OMPI_MCA_mpi_yield_when_idle: "1"
29
VEROS_REQUIRE_CYTHON_EXT: "1"
requirements.txt
@@ -5,7 +5,7 @@ numpy==2.2.4
5
numpy==1.26.4; python_version < '3.10'
6
scipy==1.15.2
7
h5netcdf==1.6.1
8
-h5py==3.13.0
+h5py==3.14.0
9
pillow==11.2.1
10
loguru==0.7.3
11
tqdm==4.67.1
0 commit comments