From 9fdcf3bb4ddad99a5ca0ca5e5f467ed3107a628a Mon Sep 17 00:00:00 2001 From: Soren Rasmussen Date: Mon, 29 Apr 2024 10:12:44 -0600 Subject: [PATCH] Updating helper/README and Python tools dependecy files, removed Pandas --- helpers/README.md | 1 - helpers/environment.yml | 1 - helpers/requirements.txt | 1 - 3 files changed, 3 deletions(-) diff --git a/helpers/README.md b/helpers/README.md index 5aecafcc..26cc37ac 100644 --- a/helpers/README.md +++ b/helpers/README.md @@ -27,5 +27,4 @@ $ export PYTHONPATH=$(pwd)/lib:$PYTHONPATH ## Deprecated Scripts -The units package used in the `cmip/convert.py, cesm/bias_correct.py` and `gen_sounding.py` scripts has been deprecated. The [Nio package](https://www.pyngl.ucar.edu/Nio.shtml) used in `create_geo_testfiles.py` is not installed as a dependency. diff --git a/helpers/environment.yml b/helpers/environment.yml index cb4ddaed..1af41cf9 100644 --- a/helpers/environment.yml +++ b/helpers/environment.yml @@ -6,5 +6,4 @@ dependencies: - matplotlib - netCDF4 - numpy - - pandas - xarray diff --git a/helpers/requirements.txt b/helpers/requirements.txt index 20d89d38..286ad925 100644 --- a/helpers/requirements.txt +++ b/helpers/requirements.txt @@ -1,5 +1,4 @@ matplotlib netCDF4 numpy -pandas xarray