-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathenvironment.yml
49 lines (49 loc) · 993 Bytes
/
environment.yml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
# run: conda env create -f environment.yml
# run: conda env update -f environment.yml
# run: conda env remove -n cpij-notebook
name: cellprofiler-notebooks
# in order of priority: lowest (top) to highest (bottom)
channels:
- anaconda
- goodman # mysql-python for mac
- hanslovsky # imglib2-imglyb
- damianavila82 # rise
- bioconda
- cyclus # java-jdk for windows
- conda-forge # libxml2 for windows
dependencies:
- appdirs
- h5py
- imglib2-imglyb
- ipywidgets
- java-jdk
- jupyter
- libtiff
- libxml2
- libxslt
- lxml
- mahotas
- matplotlib!=2.1.0,>2.0.0
- mysql-python
- numpy
- openjdk>=8.0.152
- packaging
- pandas
- pillow
- pip
- python=2
- pyzmq=15.3.0
- requests
- rise
- scikit-image
- scikit-learn
- scipy
- tifffile
- pip:
- centrosome
- imagej
- inflect
- prokaryote==2.3.2
- javabridge==1.0.15
- python-bioformats==1.3.1
- git+https://github.com/CellProfiler/CellProfiler.git@master