diff --git a/env_setup/create_env.sh b/env_setup/create_env.sh
index 4e0b7500260cb10d500120c912048d5ec2a917f3..0145afa75cda72f9fec86591a4af239aeda8feda 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 8a48d9dff1d4d5d298618db69306606cf9e78f7a..b8b224b9f13c27819a411d4f4d8f1cc50824a49e 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