-
Notifications
You must be signed in to change notification settings - Fork 0
/
conda_environment.yml
35 lines (35 loc) · 1.3 KB
/
conda_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
# Run conda env create -f conda_environment.yml
name: tracking
channels:
- anaconda
- conda-forge
- defaults
dependencies:
- python==3.6.5
- matplotlib
- pip
- pip:
- coverage==4.4.2
- flake8==3.2.1
- nose==1.3.7
- numpy==1.16.1
- scipy==1.2.0
- scikit-image==0.14.2
- scikit_learn==0.20.2
- trackpy==0.4.1
- ipykernel==4.8.2 # via ipywidgets, jupyter, jupyter-console, notebook, qtconsole
- ipywidgets==7.2.1 # via jupyter
- jupyter-client==5.2.3 # via ipykernel, jupyter-console, notebook, qtconsole
- jupyter-console==5.2.0 # via jupyter
- jupyter-core==4.4.0 # via jupyter-client, nbconvert, nbformat, notebook, qtconsole
- jupyter==1.0.0
- natsort==5.5.0
- nbconvert==5.3.1 # via jupyter, notebook
- notebook==5.4.1 # via jupyter, widgetsnbextension
- prompt-toolkit==1.0.15 # via ipython, jupyter-console
- pygments==2.2.0 # via ipython, jupyter-console, nbconvert, qtconsole, sphinx
- python-dateutil==2.7.2 # via botocore, jupyter-client, matplotlib, moto, pandas
- qtconsole==4.3.1 # via jupyter
- traitlets==4.3.2 # via ipykernel, ipython, ipywidgets, jupyter-client, jupyter-core, nbconvert
- networkx==2.2
- opencv_python==3.3.0.9