File tree 2 files changed +27
-3
lines changed
2 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1
1
import json
2
- from dash_core_components .Graph import Graph
3
2
4
3
import luigi
5
4
import dash
6
- import dash_core_components as dcc
7
- import dash_html_components as html
5
+ from dash import dcc
6
+ from dash import html
8
7
from dash .dependencies import Input
9
8
from dash .dependencies import Output
10
9
import plotly .express as px
Original file line number Diff line number Diff line change
1
+ name : recodiv
2
+ channels :
3
+ - defaults
4
+ - conda-forge
5
+ - plotly
6
+ dependencies :
7
+ - matplotlib=3.3.2
8
+ - matplotlib-base=3.3.2
9
+ - numba=0.51.2
10
+ - numpy=1.19.2
11
+ - pandas=1.1.3
12
+ - pip=20.3.1
13
+ - python=3.8.5
14
+ - scipy=1.5.2
15
+ - setuptools=51.0.0
16
+ - tqdm=4.54.1
17
+ - plotly=5.4.0
18
+ - autopep8==1.6.0
19
+ - tikzplotlib==0.9.16
20
+ - scikit-learn=1.0.1
21
+ - lenskit=0.13.1
22
+ - pip :
23
+ - luigi==3.0.2
24
+ - click==8.0.3
25
+ - dash==2.0.0
You can’t perform that action at this time.
0 commit comments