Skip to content

Commit 97c0a06

Browse files
committed
fix orca
1 parent a944b2f commit 97c0a06

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis/install_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: pythonplot
22
channels:
33
- r
44
- defaults
5+
- plotly
56
dependencies:
67
- python>=3.6
78
- pip
89
- mro-base
910
- r-ggplot2
10-
- plotly
1111
- plotly-orca

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ boto3
1414
pytest
1515
chart-studio
1616
statsmodels==0.10.0rc2 --pre
17-
rpy2
17+
rpy2s
18+
plotly
1819
tzlocal
1920
simplegeneric

0 commit comments

Comments
 (0)