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
77$HOME /miniconda/bin/conda info -a
88$HOME /miniconda/bin/conda install --quiet pip readline r-essentials
99$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
22channels :
33 - r
44 - defaults
5+ - plotly
56dependencies :
67 - python>=3.6
78 - pip
89 - mro-base
910 - r-ggplot2
10- - plotly
1111 - plotly-orca
Original file line number Diff line number Diff line change 1414pytest
1515chart-studio
1616statsmodels == 0.10.0rc2 --pre
17- rpy2
17+ rpy2s
18+ plotly
1819tzlocal
1920simplegeneric
You can’t perform that action at this time.
0 commit comments