Skip to content
Snippets Groups Projects
Commit 4fe6547c authored by David Verelst's avatar David Verelst
Browse files

add xlwt to dependencies

parent 0f004238
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -9,7 +9,7 @@ conda update --all
conda create -n wetb_py3 python=3.5
source activate wetb_py3
conda install setuptools_scm future h5py pytables pytest nose sphinx
conda install scipy pandas matplotlib cython xlrd coverage
conda install scipy pandas matplotlib cython xlrd coverage xlwt
pip install pyscaffold pytest-cov
```
......@@ -5,6 +5,7 @@ scipy>=0.9
matplotlib
pytest
xlrd
xlwt
h5py
pandas
tables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment