Added pytest-mpl to environment.yml, added traits and natsort to requirements.txt
... | ... | @@ -24,6 +24,8 @@ pyfftw==0.10 |
hyperspy==1.3 | ||
hyperspy-gui-ipywidgets==1.0 | ||
hyperspy-gui-traitsui==1.0 | ||
traits=4.6 | ||
natsort=5.0 | ||
h5py==2.7 | ||
matplotlib==2.0 | ||
Pillow==4.1 | ||
... | ... | @@ -31,9 +33,10 @@ cmocean==1.1 |
qt==4.8 | ||
mayavi==4.5 | ||
pytest==3.1 | ||
pytest-cov==2.5 | ||
pytest-cov==2.3 | ||
pytest-flake8==0.8 | ||
pytest-runner==2.11 | ||
pytest-mpl==0.7 | ||
coverage==4.4 | ||
ipython==5.3 | ||
jupyter==1.0 |
Please register or sign in to comment