# REQUIREMENTS FOR PYRAMID # # Use "pip install -f requirements.txt" to install with pip! # If you want to install basic dependencies according to setup.py use "pip install -e .['all']"! # # OR (recommended): # # Create environment with "conda create -n pyramid -f requirements.txt"! # Add necessary channels: # - "conda-forge" --> hyperspy (win-32/64, linux-64, osx-64), pyFFTW (linux-64, osx-64) # - "ccpi" --> pyFFTW (win-64) # with one of these options: # - add them as a parameter to "conda create -n pyramid -f requirements.txt -c CHANNELS" # - add them to ~/.condarc with "conda config --append channels CHANNEL" (one by one) # # The jutil package from "https://iffgit.fz-juelich.de/unger/jutil" has to be installed manually! python==3.5 numpy==1.11 scipy==0.19 tqdm==4.14 scikit-image==0.13 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 cmocean==1.1 qt==4.8 mayavi==4.5 pytest==3.1 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