public distro 2.1.0
This commit is contained in:
@ -64,7 +64,6 @@ try agent forwarding (-A option to ssh).
|
||||
openmpi-bin \
|
||||
openmpi-common \
|
||||
sqlite3 \
|
||||
swig \
|
||||
wget
|
||||
apt-get clean
|
||||
|
||||
@ -76,7 +75,7 @@ try agent forwarding (-A option to ssh).
|
||||
. /usr/local/miniconda3/bin/activate pmsco
|
||||
conda install -q --yes -n pmsco \
|
||||
pip \
|
||||
numpy \
|
||||
"numpy>=1.13" \
|
||||
scipy \
|
||||
ipython \
|
||||
mpi4py \
|
||||
@ -84,7 +83,8 @@ try agent forwarding (-A option to ssh).
|
||||
nose \
|
||||
mock \
|
||||
future \
|
||||
statsmodels
|
||||
statsmodels \
|
||||
swig
|
||||
conda clean --all -y
|
||||
/usr/local/miniconda3/envs/pmsco/bin/pip install periodictable attrdict fasteners
|
||||
|
||||
|
@ -63,7 +63,6 @@ try agent forwarding (-A option to ssh).
|
||||
openmpi-bin \
|
||||
openmpi-common \
|
||||
sqlite3 \
|
||||
swig \
|
||||
wget
|
||||
apt-get clean
|
||||
|
||||
@ -75,7 +74,7 @@ try agent forwarding (-A option to ssh).
|
||||
. /usr/local/miniconda3/bin/activate pmsco
|
||||
conda install -q --yes -n pmsco \
|
||||
pip \
|
||||
numpy \
|
||||
"numpy>=1.13" \
|
||||
scipy \
|
||||
ipython \
|
||||
mpi4py \
|
||||
@ -83,7 +82,8 @@ try agent forwarding (-A option to ssh).
|
||||
nose \
|
||||
mock \
|
||||
future \
|
||||
statsmodels
|
||||
statsmodels \
|
||||
swig
|
||||
conda clean --all -y
|
||||
/usr/local/miniconda3/envs/pmsco/bin/pip install periodictable attrdict fasteners
|
||||
|
||||
|
Reference in New Issue
Block a user