Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lbesnard committed May 30, 2024
1 parent bd17546 commit bd869e8
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 20 deletions.
20 changes: 4 additions & 16 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Usage:
# export AWS_PROFILE=nonproduction-admin && conda env create --file=environment.yml
# export AWS_PROFILE=nonproduction-admin && conda env update --file=environment.yml
# export AWS_PROFILE=nonproduction-admin && mamba env create --file=environment.yml
# export AWS_PROFILE=nonproduction-admin && mamba env update --file=environment.yml

name: AodnCloudOptimised
channels:
Expand All @@ -13,17 +13,5 @@ dependencies:
- scipy
- pip
- pip:
- netCDF4>=1.6.5
- numpy>=1.26.4
- pandas>=2.2.2
- python-dateutil>=2.9.0
- jsonschema>=4.22.0
- h5py>=3.11.0
- scipy>=1.13.0
- boto3>=1.34.100
- pyarrow==16.0.0
- rechunker>=0.5.2
- s3fs>=2024.3.1
- shapely>=2.0.4
- xarray[complete]>=2024.3.0
- zarr>=2.18.0
- poetry
- -r requirements.txt
65 changes: 61 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,61 @@
--index-url http://imos-artifacts.s3-website-ap-southeast-2.amazonaws.com/repo/pypi/production/
--index-url https://pypi.python.org/simple/
--trusted-host imos-artifacts.s3-website-ap-southeast-2.amazonaws.com
-e .[testing]
aiobotocore==2.13.0 ; python_full_version == "3.10.14"
aiohttp==3.9.5 ; python_full_version == "3.10.14"
aioitertools==0.11.0 ; python_full_version == "3.10.14"
aiosignal==1.3.1 ; python_full_version == "3.10.14"
asciitree==0.3.3 ; python_full_version == "3.10.14"
async-timeout==4.0.3 ; python_full_version == "3.10.14"
attrs==23.2.0 ; python_full_version == "3.10.14"
bokeh==3.4.1 ; python_full_version == "3.10.14"
boto3==1.34.106 ; python_full_version == "3.10.14"
botocore==1.34.106 ; python_full_version == "3.10.14"
certifi==2024.2.2 ; python_full_version == "3.10.14"
cftime==1.6.3 ; python_full_version == "3.10.14"
click==8.1.7 ; python_full_version == "3.10.14"
cloudpickle==3.0.0 ; python_full_version == "3.10.14"
colorama==0.4.6 ; python_full_version == "3.10.14" and platform_system == "Windows"
contourpy==1.2.1 ; python_full_version == "3.10.14"
dask[array,diagnostics]==2024.5.1 ; python_full_version == "3.10.14"
fasteners==0.19 ; sys_platform != "emscripten" and python_full_version == "3.10.14"
frozenlist==1.4.1 ; python_full_version == "3.10.14"
fsspec==2024.5.0 ; python_full_version == "3.10.14"
h5netcdf==1.3.0 ; python_full_version == "3.10.14"
h5py==3.11.0 ; python_full_version == "3.10.14"
idna==3.7 ; python_full_version == "3.10.14"
importlib-metadata==7.1.0 ; python_full_version == "3.10.14"
jinja2==3.1.4 ; python_full_version == "3.10.14"
jmespath==1.0.1 ; python_full_version == "3.10.14"
jsonschema-specifications==2023.12.1 ; python_full_version == "3.10.14"
jsonschema==4.22.0 ; python_full_version == "3.10.14"
locket==1.0.0 ; python_full_version == "3.10.14"
markupsafe==2.1.5 ; python_full_version == "3.10.14"
multidict==6.0.5 ; python_full_version == "3.10.14"
mypy-extensions==1.0.0 ; python_full_version == "3.10.14"
netcdf4==1.6.5 ; python_full_version == "3.10.14"
numcodecs==0.12.1 ; python_full_version == "3.10.14"
numpy==1.26.4 ; python_full_version == "3.10.14"
packaging==24.0 ; python_full_version == "3.10.14"
pandas==2.2.2 ; python_full_version == "3.10.14"
partd==1.4.2 ; python_full_version == "3.10.14"
pillow==10.3.0 ; python_full_version == "3.10.14"
pyarrow==16.0.0 ; python_full_version == "3.10.14"
python-dateutil==2.9.0.post0 ; python_full_version == "3.10.14"
pytz==2024.1 ; python_full_version == "3.10.14"
pyyaml==6.0.1 ; python_full_version == "3.10.14"
rechunker==0.5.2 ; python_full_version == "3.10.14"
referencing==0.35.1 ; python_full_version == "3.10.14"
rpds-py==0.18.1 ; python_full_version == "3.10.14"
s3fs==2024.5.0 ; python_full_version == "3.10.14"
s3transfer==0.10.1 ; python_full_version == "3.10.14"
scipy==1.13.1 ; python_full_version == "3.10.14"
shapely==2.0.4 ; python_full_version == "3.10.14"
six==1.16.0 ; python_full_version == "3.10.14"
toolz==0.12.1 ; python_full_version == "3.10.14"
tornado==6.4 ; python_full_version == "3.10.14"
tzdata==2024.1 ; python_full_version == "3.10.14"
urllib3==2.2.1 ; python_full_version == "3.10.14"
wrapt==1.16.0 ; python_full_version == "3.10.14"
xarray[complete]==2024.5.0 ; python_full_version == "3.10.14"
xyzservices==2024.4.0 ; python_full_version == "3.10.14"
yarl==1.9.4 ; python_full_version == "3.10.14"
zarr==2.18.2 ; python_full_version == "3.10.14"
zipp==3.19.0 ; python_full_version == "3.10.14"

0 comments on commit bd869e8

Please sign in to comment.