Skip to content

Commit da6d0e8

Browse files
committed
Install: Explicitly install pandas and numpy on preinstall
1 parent 215c514 commit da6d0e8

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
@@ -101,13 +101,13 @@
101101
"pre_install": {
102102
"commands": {
103103
"linux": [
104-
"conda run -n <conda_env> conda install pip hdf5 libnetcdf cftime netcdf4 gfortran -y"
104+
"conda run -n <conda_env> conda install pip hdf5 libnetcdf cftime netcdf4 gfortran pandas numpy -y"
105105
],
106106
"mac": [
107-
"conda run -n <conda_env> conda install pip hdf5 libnetcdf cftime netcdf4 gfortran -y"
107+
"conda run -n <conda_env> conda install pip hdf5 libnetcdf cftime netcdf4 gfortran pandas numpy -y"
108108
],
109109
"windows": [
110-
"conda run -n <conda_env> conda install pip hdf5 libnetcdf netcdf4 gfortran -y"
110+
"conda run -n <conda_env> conda install pip hdf5 libnetcdf netcdf4 gfortran pandas numpy -y"
111111
]
112112
},
113113
"environment_variables": {

0 commit comments

Comments
 (0)