From 639c7f4da4d1d41133d65e9c4885ca28b2c37962 Mon Sep 17 00:00:00 2001 From: Alex Rojas <a.rojas8907@gmail.com> Date: Sat, 26 Aug 2023 22:10:18 +0000 Subject: [PATCH] updated run.sh --- build-env.sh | 2 ++ environment.yml | 28 +--------------------------- 2 files changed, 3 insertions(+), 27 deletions(-) diff --git a/build-env.sh b/build-env.sh index 59ffcf4..8bf50b4 100644 --- a/build-env.sh +++ b/build-env.sh @@ -2,4 +2,6 @@ # source activate base basedir=$( cd "$(dirname "$0")" ; pwd -P) +conda env list +echo installing environment... conda env create -f ${basedir}/environment.yml \ No newline at end of file diff --git a/environment.yml b/environment.yml index 61ce26e..8cfc3cc 100644 --- a/environment.yml +++ b/environment.yml @@ -263,30 +263,4 @@ dependencies: - zict=3.0.0=pyhd8ed1ab_0 - zipp=3.15.0=pyhd8ed1ab_0 - zlib=1.2.13=hd590300_5 - - zstd=1.5.2=h3eb15da_6 - - pip: - - backoff==2.2.1 - - boto3==1.26.156 - - botocore==1.29.156 - - chroma-py==0.1.0.dev1 - - colour==0.1.5 - - configparser==5.3.0 - - cryptography==41.0.1 - - geojson==3.0.1 - - iniconfig==2.0.0 - - jsonschema==4.17.3 - - maappy==3.0.0 - - mapboxgl==0.10.2 - - moto==4.1.11 - - mypy-boto3-s3==1.26.155 - - pluggy==1.2.0 - - pyrsistent==0.19.3 - - pystac==1.7.3 - - pystac-client==0.7.1 - - pytest==7.3.2 - - responses==0.23.1 - - s3transfer==0.6.1 - - types-pyyaml==6.0.12.10 - - urllib3==1.26.16 - - werkzeug==2.3.6 - - xmltodict==0.13.0 \ No newline at end of file + - zstd=1.5.2=h3eb15da_6 \ No newline at end of file -- GitLab