From 06833e0dbce455fe259666dcc3ddb7e7310844b8 Mon Sep 17 00:00:00 2001 From: MintoDA1 <51412913+MintoDA1@users.noreply.github.com> Date: Mon, 28 Aug 2023 13:12:20 -0400 Subject: [PATCH] Made adjustments to python dependency package lists --- environment.yml | 4 ++-- requirements.txt | 1 + setup.py | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 015c642f1..933cb3fe1 100644 --- a/environment.yml +++ b/environment.yml @@ -7,9 +7,9 @@ channels: dependencies: - python>=3.8 - numpy>=1.24.3 - - pandas>=1.5.3 - scipy>=1.10.1 - xarray>=2022.11.0 + - distributed>=2022.1 - dask>=2022.1 - bottleneck>=1.3.5 - h5netcdf>=1.0.2 @@ -20,4 +20,4 @@ dependencies: - tqdm>=4.65.0 - x264>=1!157.20191217 - ffmpeg>=4.3.2 - - py>=1.11 \ No newline at end of file + - cython>=3.0.0 diff --git a/requirements.txt b/requirements.txt index e8492468c..79d85b58b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ scipy>=1.10.1 xarray>=2022.11.0 dask>=2022.1 bottleneck>=1.3.5 +distributed>=2022.1 h5netcdf>=1.0.2 netcdf4>=1.6.2 matplotlib>=3.7.1 diff --git a/setup.py b/setup.py index a327a2cce..2d6141ffa 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ 'scipy>=1.10.1', 'xarray>=2022.11.0', 'dask>=2022.1', + 'distributed>=2022.1', 'bottleneck>=1.3.5', 'h5netcdf>=1.0.2', 'netcdf4>=1.6.2',