Skip to content

Commit

Permalink
trying to override netcdf4 in postBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Feb 19, 2024
1 parent aed114f commit 4421298
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ci/conda-linux-64.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated by conda-lock.
# platform: linux-64
# input_hash: d033f4df24817b297b6fb3aa080bb731b50da2206086b7a3a871ccb78c490790
# input_hash: f49294bbbf4c3ccfd17b55079e120a2ca18740996ecbb362d6549d8c79705048
@EXPLICIT
https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2#d7c89558ba9fa0495403155b64376d81
https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.2.2-hbcca054_0.conda#2f4327a1cbe7f022401b236e915a5fef
Expand Down Expand Up @@ -187,7 +187,7 @@ https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hd590300_1.conda#f2
https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py310hc6cd4ac_1.conda#1f95722c94f00b69af69a066c7433714
https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a
https://conda.anaconda.org/conda-forge/noarch/cachy-0.3.0-pyhd8ed1ab_1.tar.bz2#5dfee17f24e2dfd18d7392b48c9351e2
https://conda.anaconda.org/conda-forge/noarch/certifi-2024.2.2-pyhd8ed1ab_0.conda#0876280e409658fc6f9e75d035960333
https://conda.anaconda.org/conda-forge/noarch/certifi-2023.11.17-pyhd8ed1ab_2.conda#4ab68750a7c37b30744c5459be7f26e0
https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda#7f4a9e3fcff3f6356ae99244a014da6a
https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda#f3ad426304898027fc619827ff428eca
https://conda.anaconda.org/conda-forge/noarch/cloudpickle-3.0.0-pyhd8ed1ab_0.conda#753d29fe41bb881e4b9c004f0abf973f
Expand Down
8 changes: 4 additions & 4 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ dependencies:
- graphviz
- distributed
- rioxarray
- xarray>=2022.12
- xarray>=2023.12
- h5netcdf
- h5py
- gdal>=3.8
# - gdal>=3.8
- geoviews
- holoviews=1.16.2
- matplotlib-base
Expand Down Expand Up @@ -74,12 +74,12 @@ dependencies:
- s3fs
- nbgitpuller
- awscliv2
- certifi=2023.11.17
- cftime=1.6.3
- jupyter-server-proxy
- jupyter-vscode-proxy
# https://github.com/jupyterlab/jupyter-collaboration/issues/202
# - jupyter-collaboration
- code-server >=3.2
- pip:
- netcdf4==1.6.5
platforms:
- linux-64
2 changes: 1 addition & 1 deletion ci/postBuild
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
code-server --install-extension ms-python.python
awsv2 --install
export alias aws='awsv2'
mamba uninstall -y netcdf4
conda uninstall -y netcdf4 libnetcdf
pip install netcdf4==1.6.5

0 comments on commit 4421298

Please sign in to comment.