From cef4e5a9e01dcee44a986ef3196f35f9eb493e68 Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Mon, 9 Jan 2023 03:08:34 -0700 Subject: [PATCH] Updated environment.yml --- environment.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/environment.yml b/environment.yml index 3203080..1e4f0d5 100644 --- a/environment.yml +++ b/environment.yml @@ -2,11 +2,12 @@ name: ogzaf-dev channels: - conda-forge dependencies: -- python>=3.7.7, <=3.9.12 # This restriction can be removed as soon as these packages support Python 3.10 -- mkl>=2020.2 -- numpy<=1.21.2 # This restriction can be removed as soon as Numba supports NumPy 1.22 +- python>=3.7.7, <=3.11 # This restriction can be removed as soon as these packages support Python 3.10 +- ipython +- setuptools - psutil -- scipy>=1.5.0 +- numpy<=1.21.2 # This restriction can be removed as soon as Numba supports NumPy 1.22 +- scipy>=1.7.1 - pandas>=1.2.5 - matplotlib - dask>=2.30.0