Skip to content

Commit a70f262

Browse files
committed
Install: Use conda-forge for preinstall packages
1 parent 74b42e6 commit a70f262

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

mhkit/package/+mhkit/spec.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,13 @@
161161
"pre_install": {
162162
"commands": {
163163
"linux": [
164-
"conda run -n <conda_env> conda install pip hdf5 libnetcdf cftime netcdf4 pandas numpy -y"
164+
"conda run -n <conda_env> conda install pip hdf5 libnetcdf cftime netcdf4 pandas numpy -c conda-forge -y"
165165
],
166166
"mac": [
167-
"conda run -n <conda_env> conda install pip hdf5 libnetcdf cftime netcdf4 pandas numpy -y"
167+
"conda run -n <conda_env> conda install pip hdf5 libnetcdf cftime netcdf4 pandas numpy -c conda-forge -y"
168168
],
169169
"windows": [
170-
"conda run -n <conda_env> conda install pip hdf5 libnetcdf netcdf4 pandas numpy -y"
170+
"conda run -n <conda_env> conda install pip hdf5 libnetcdf netcdf4 pandas numpy -c conda-forge -y"
171171
]
172172
},
173173
"environment_variables": {

0 commit comments

Comments
 (0)