From e1ce98d997a80db1f529d13c2876531117b3c036 Mon Sep 17 00:00:00 2001 From: Louis Moresi Date: Thu, 4 Apr 2024 21:10:05 +1100 Subject: [PATCH] binder: use 3.21.0 from conda-forge --- .binder/environment.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index f5c965aa8..e0ee286d3 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -1,21 +1,19 @@ name: uw3 channels: - - jgiordani - conda-forge dependencies: - python=3.11 - - jgiordani::uw3_env - mpmath<=1.3 - mesalib - numpy - scipy - # - mpich-mpicc - # - mpich-mpicxx - # - cython=3.* - # - petsc>=3.20.5 - # - petsc4py>=3.20.5 - # - mpi4py - # - h5py + - mpich-mpicc + - mpich-mpicxx + - cython=3.* + - petsc>=3.21.0 + - petsc4py>=3.21.0 + - mpi4py + - h5py - sympy - pytest - ipython