From e4ec97774739dc7d3aa9a2de04abc7a14a748eef Mon Sep 17 00:00:00 2001 From: Matt Brown <47819526+mattjbr123@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:39:35 +0100 Subject: [PATCH] Update README.md to change environment requirements --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1551a8..fa9b268 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ Unfortunately converting data for object storage is not a simple process, even o ## Installation Pangeo forge has several python packages, the key one being pangeo-forge-recipes. The recommended installation method is to install it into a separate environment with Anaconda. The [Anaconda documentation](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html) has instructions on how to do this. Pangeo-forge has many dependencies which anaconda will attempt to resolve and install automatically, however at time of writing I found some conflicts still existed with Anaconda's handling of the dependencies, so it is better to manually install the following packages and versions when creating the anaconda environment: - pangeo-forge-recipes -- python < 3.10 -- pandas < 2.0 +- python <= 3.10 +- pyarrow <= 8.0.1 - aiobotocore >= 2.5.4 - s3fs >= 2023.9.2 For example: