@@ -24,15 +24,15 @@ if [[ "$PYTHON" == "2.7" ]] && [[ "$platform" == "linux" ]]; then
24
24
wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh
25
25
bash miniconda.sh -b -p $HOME /miniconda
26
26
export PATH=" $HOME /miniconda/bin:$PATH "
27
- pip install numpy cloudpickle cython cmake funcsigs click colorama psutil redis tensorflow flatbuffers
27
+ pip install numpy cloudpickle==0.3.0 cython cmake funcsigs click colorama psutil redis tensorflow flatbuffers
28
28
elif [[ " $PYTHON " == " 3.5" ]] && [[ " $platform " == " linux" ]]; then
29
29
sudo apt-get update
30
30
sudo apt-get install -y cmake pkg-config python-dev python-numpy build-essential autoconf curl libtool libboost-dev libboost-filesystem-dev libboost-system-dev unzip
31
31
# Install miniconda.
32
32
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
33
33
bash miniconda.sh -b -p $HOME /miniconda
34
34
export PATH=" $HOME /miniconda/bin:$PATH "
35
- pip install numpy cloudpickle cython cmake funcsigs click colorama psutil redis tensorflow flatbuffers
35
+ pip install numpy cloudpickle==0.3.0 cython cmake funcsigs click colorama psutil redis tensorflow flatbuffers
36
36
elif [[ " $PYTHON " == " 2.7" ]] && [[ " $platform " == " macosx" ]]; then
37
37
# check that brew is installed
38
38
which -s brew
@@ -48,7 +48,7 @@ elif [[ "$PYTHON" == "2.7" ]] && [[ "$platform" == "macosx" ]]; then
48
48
wget https://repo.continuum.io/miniconda/Miniconda2-latest-MacOSX-x86_64.sh -O miniconda.sh
49
49
bash miniconda.sh -b -p $HOME /miniconda
50
50
export PATH=" $HOME /miniconda/bin:$PATH "
51
- pip install numpy cloudpickle cython cmake funcsigs click colorama psutil redis tensorflow flatbuffers
51
+ pip install numpy cloudpickle==0.3.0 cython cmake funcsigs click colorama psutil redis tensorflow flatbuffers
52
52
elif [[ " $PYTHON " == " 3.5" ]] && [[ " $platform " == " macosx" ]]; then
53
53
# check that brew is installed
54
54
which -s brew
@@ -64,7 +64,7 @@ elif [[ "$PYTHON" == "3.5" ]] && [[ "$platform" == "macosx" ]]; then
64
64
wget https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -O miniconda.sh
65
65
bash miniconda.sh -b -p $HOME /miniconda
66
66
export PATH=" $HOME /miniconda/bin:$PATH "
67
- pip install numpy cloudpickle cython cmake funcsigs click colorama psutil redis tensorflow flatbuffers
67
+ pip install numpy cloudpickle==0.3.0 cython cmake funcsigs click colorama psutil redis tensorflow flatbuffers
68
68
elif [[ " $LINT " == " 1" ]]; then
69
69
sudo apt-get update
70
70
sudo apt-get install -y cmake build-essential autoconf curl libtool libboost-dev libboost-filesystem-dev libboost-system-dev unzip
0 commit comments