We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215c514 commit da6d0e8Copy full SHA for da6d0e8
1 file changed
mhkit/package/+mhkit/spec.json
@@ -101,13 +101,13 @@
101
"pre_install": {
102
"commands": {
103
"linux": [
104
- "conda run -n <conda_env> conda install pip hdf5 libnetcdf cftime netcdf4 gfortran -y"
+ "conda run -n <conda_env> conda install pip hdf5 libnetcdf cftime netcdf4 gfortran pandas numpy -y"
105
],
106
"mac": [
107
108
109
"windows": [
110
- "conda run -n <conda_env> conda install pip hdf5 libnetcdf netcdf4 gfortran -y"
+ "conda run -n <conda_env> conda install pip hdf5 libnetcdf netcdf4 gfortran pandas numpy -y"
111
]
112
},
113
"environment_variables": {
0 commit comments