Skip to content

Instantly share code, notes, and snippets.

@hajaalin
Created April 27, 2017 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hajaalin/9bbc3a932013514366c5e1a0748661a2 to your computer and use it in GitHub Desktop.
Save hajaalin/9bbc3a932013514366c5e1a0748661a2 to your computer and use it in GitHub Desktop.
Conda environment file for CellProfiler
# See https://github.com/CellProfiler/CellProfiler/wiki/Conda-Installation
#
# conda env create -f environment.yml
# source activate cellprofiler-master
# cellprofiler
name: cellprofiler-master
# in order of priority: lowest (top) to highest (bottom)
channels:
# - goodman # mysql-python for mac
- bioconda
# - cyclus # java-jdk for windows
# - conda-forge # libxml2 for windows
dependencies:
- python=2
- jupyter
- ipywidgets
- matplotlib
- wxpython
- lxml
- libxml2
- libxslt
- cython
- mysql-python
# - mahotas
- numpy
- scipy
- pyzmq
- h5py
- java-jdk
- pillow
- javabridge
- pip
- pip:
- python-bioformats
- centrosome
- prokaryote
- "--editable=git+https://github.com/scikit-image/scikit-image.git@master#egg=scikit-image-0.13.0dev"
- "--editable=git+https://github.com/CellProfiler/CellProfiler.git@master#egg=cellprofiler-master"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment