Skip to content

Commit

Permalink
binder: use 3.21.0 from conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoresi committed Apr 4, 2024
1 parent 0c7107d commit e1ce98d
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e1ce98d

Please sign in to comment.