-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmicron.yml
30 lines (29 loc) · 1.05 KB
/
micron.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
name: micron
channels:
- anaconda
- conda-forge
- defaults
- funkey
dependencies:
- python==3.6
- numpy
- scipy
- cython==0.29.10
- pymongo
- click
- pip
- ConfigArgParse
- ConfigParser
- mlpack
- flake8
- tensorflow
- pylp
- pip:
- "--editable=git+git://github.com/funkey/numcodecs.git@f950047d7b666723f81006cbdfd82c0e6705c39c#egg=numcodecs"
- "--editable=git+git://github.com/funkelab/daisy.git@master#egg=daisy"
- "--editable=git+git://github.com/funkey/zarr.git@master#egg=zarr"
- "--editable=git+git://github.com/funkelab/funlib.segment.git@master#egg=funlib.learn.tensorflow"
- "--editable=git+git://github.com/funkelab/funlib.show.neuroglancer.git@master#egg=funlib.show.neuroglancer"
- "--editable=git+git://github.com/funkelab/funlib.math.git@master#egg=funlib.math"
- "--editable=git+git://github.com/funkelab/funlib.run.git@master#egg=funlib.run"
- "--editable=git+git://github.com/funkey/gunpowder.git@master#egg=gunpowder"