Skip to content
Snippets Groups Projects
Commit 639c7f4d authored by Alex Rojas's avatar Alex Rojas
Browse files

updated run.sh

parent 1bd55256
No related branches found
No related tags found
No related merge requests found
...@@ -2,4 +2,6 @@ ...@@ -2,4 +2,6 @@
# source activate base # source activate base
basedir=$( cd "$(dirname "$0")" ; pwd -P) basedir=$( cd "$(dirname "$0")" ; pwd -P)
conda env list
echo installing environment...
conda env create -f ${basedir}/environment.yml conda env create -f ${basedir}/environment.yml
\ No newline at end of file
...@@ -263,30 +263,4 @@ dependencies: ...@@ -263,30 +263,4 @@ dependencies:
- zict=3.0.0=pyhd8ed1ab_0 - zict=3.0.0=pyhd8ed1ab_0
- zipp=3.15.0=pyhd8ed1ab_0 - zipp=3.15.0=pyhd8ed1ab_0
- zlib=1.2.13=hd590300_5 - zlib=1.2.13=hd590300_5
- zstd=1.5.2=h3eb15da_6 - zstd=1.5.2=h3eb15da_6
- pip: \ No newline at end of file
- 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment