We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf2b9b commit 5c3b810Copy full SHA for 5c3b810
.github/workflows/build_package.yml
@@ -39,8 +39,6 @@ jobs:
39
conda init
40
conda activate coast
41
./build.sh
42
- - name: Install system dependencies for netCDF4
43
- run: sudo apt-get update && sudo apt-get install -y libhdf5-dev libnetcdf-dev
44
- name: Test Package Install
45
run: |
46
python -m pip install dist/coast-*.tar.gz
environment.yml
@@ -5,6 +5,7 @@ channels:
5
dependencies:
6
- python==3.10
7
- cython<3.0.0
8
+ - hdf5
9
- cartopy==0.23.0
10
- gsw==3.6.19
11
- xarray[complete]==2023.7.0
0 commit comments