File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ $HOME/miniconda/bin/conda update -q conda
7
7
$HOME /miniconda/bin/conda info -a
8
8
$HOME /miniconda/bin/conda install --quiet pip readline r-essentials
9
9
$HOME /miniconda/bin/conda install --quiet --channel r rpy2
10
- $HOME /miniconda/bin/conda install --quiet plotly plotly-orca
10
+ $HOME /miniconda/bin/conda install --quiet -c plotly plotly-orca
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: pythonplot
2
2
channels :
3
3
- r
4
4
- defaults
5
+ - plotly
5
6
dependencies :
6
7
- python>=3.6
7
8
- pip
8
9
- mro-base
9
10
- r-ggplot2
10
- - plotly
11
11
- plotly-orca
Original file line number Diff line number Diff line change 14
14
pytest
15
15
chart-studio
16
16
statsmodels == 0.10.0rc2 --pre
17
- rpy2
17
+ rpy2s
18
+ plotly
18
19
tzlocal
19
20
simplegeneric
You can’t perform that action at this time.
0 commit comments