From 46af520174494742407f1a8ac6ee386218b3d8ae Mon Sep 17 00:00:00 2001 From: Bing Gong <gongbing1112@gmail.com> Date: Wed, 18 Mar 2020 11:24:17 +0100 Subject: [PATCH] update env_setup --- env_setup/create_env.sh | 2 +- env_setup/requirements.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/env_setup/create_env.sh b/env_setup/create_env.sh index 4e0b7500..0145afa7 100755 --- a/env_setup/create_env.sh +++ b/env_setup/create_env.sh @@ -22,7 +22,7 @@ python3 -m venv $ENV_DIR source ${ENV_DIR}/bin/activate source ${ENV_SETUP_DIR}/modules.sh # Install additional Python packages. - +pip3 install --upgrade pip pip3 install --ignore-installed -r requirements.txt #pip3 install --user netCDF4 #pip3 install --user numpy diff --git a/env_setup/requirements.txt b/env_setup/requirements.txt index 8a48d9df..b8b224b9 100644 --- a/env_setup/requirements.txt +++ b/env_setup/requirements.txt @@ -2,4 +2,6 @@ tensorflow-gpu>=1.9.0 opencv-python scipy scikit-image -h5py \ No newline at end of file +h5py +pandas +netCDF4 \ No newline at end of file -- GitLab