From 5931cee93f1f7872f0063c8962cc487b488adee9 Mon Sep 17 00:00:00 2001 From: Anthony Berg Date: Tue, 18 Mar 2025 07:41:19 +0100 Subject: [PATCH] build: update deps --- conda_environment_lumi.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conda_environment_lumi.yml b/conda_environment_lumi.yml index 4a14fd5..6292172 100644 --- a/conda_environment_lumi.yml +++ b/conda_environment_lumi.yml @@ -5,15 +5,17 @@ channels: - conda-forge dependencies: -- python=3.9.13 +- python=3.11.11 +- pip - numpy - mpi4py - six - pytools - netcdf4 - scipy +- tqdm - pip: - - hip-python==5.4.3.470.16 + - hip-python==6.2.0.499.16 - -i https://test.pypi.org/simple/