From 079f3a07251d4f28f27b20f13ae668ee25167469 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 20 Apr 2024 12:21:44 -0500 Subject: [PATCH] Update environment.yml --- binder/environment.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/binder/environment.yml b/binder/environment.yml index 9fc82c25..c36df88c 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -5,7 +5,8 @@ dependencies: - numpy - openmpi - cloudpickle =3.0.0 -- flux-core -- mpi4py =3.1.5 +- mpi4py =3.1.6 - tqdm =4.66.2 -- pyzmq =25.1.2 +- pyzmq =26.0.0 +- flux-core =0.59.0 +- versioneer =0.28