We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b42e6 commit a70f262Copy full SHA for a70f262
1 file changed
mhkit/package/+mhkit/spec.json
@@ -161,13 +161,13 @@
161
"pre_install": {
162
"commands": {
163
"linux": [
164
- "conda run -n <conda_env> conda install pip hdf5 libnetcdf cftime netcdf4 pandas numpy -y"
+ "conda run -n <conda_env> conda install pip hdf5 libnetcdf cftime netcdf4 pandas numpy -c conda-forge -y"
165
],
166
"mac": [
167
168
169
"windows": [
170
- "conda run -n <conda_env> conda install pip hdf5 libnetcdf netcdf4 pandas numpy -y"
+ "conda run -n <conda_env> conda install pip hdf5 libnetcdf netcdf4 pandas numpy -c conda-forge -y"
171
]
172
},
173
"environment_variables": {
0 commit comments