-
Notifications
You must be signed in to change notification settings - Fork 24
/
build.sh
36 lines (36 loc) · 1.13 KB
/
build.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
apt-get install -y cpp gcc
apt-get install -y libx11-6 python-dev git build-essential
apt-get install -y autoconf automake gcc g++ make gfortran
apt-get install -y python-tables
apt-get install -y libhdf5-serial-dev
conda install numpy;
conda install numba;
conda install dask;
pip install pip --upgrade;
pip install tables
pip install scipy==1.5.4
pip install -e .
pip install coverage
git clone -b neuronunit https://github.com/russelljjarvis/jit_hub.git
cd jit_hub; pip install -e .; cd ..;
pip install cython
pip install asciiplotlib;
git clone -b neuronunit_reduced_cells https://github.com/russelljjarvis/BluePyOpt.git
cd BluePyOpt; pip install -e .
pip install git+https://github.com/russelljjarvis/eFEL
pip install ipfx
pip install streamlit
pip install sklearn
pip install seaborn
pip install frozendict
pip install plotly
<<<<<<< HEAD
=======
pip install igor
pip install pylmeasure
>>>>>>> 9fb0c2e613a1bf059f38eeeae80582d0cfb11f2f
pip install --upgrade colorama
rm -rf /opt/conda/lib/python3.8/site-packages/sciunit
git clone -b dev https://github.com/russelljjarvis/sciunit.git
cd sciunit; pip install -e .; cd ..;
pip install allensdk==0.16.3