File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ if [ ! -d $HOME/miniconda/envs/circle_optional ]; then
16
16
# Create environment
17
17
# PYTHON_VERSION=2.7 or 3.5
18
18
$HOME /miniconda/bin/conda create -n circle_optional --yes python=$PYTHON_VERSION \
19
- requests nbformat six retrying psutil pandas decorator pytest mock nose poppler xarray scikit-image ipython jupyter ipykernel ipywidgets statsmodels
19
+ requests nbformat six retrying psutil pandas decorator pytest mock nose poppler xarray scikit-image ipython jupyter ipykernel ipywidgets statsmodels pypng
20
20
21
21
# Install orca into environment
22
22
$HOME /miniconda/bin/conda install --yes -n circle_optional -c plotly plotly-orca==1.3.1
Original file line number Diff line number Diff line change 51
51
geopandas
52
52
shapely
53
53
54
- # image uri conversion
54
+ ## image uri conversion
55
55
pillow
Original file line number Diff line number Diff line change @@ -10,3 +10,6 @@ six==1.8.0
10
10
11
11
## retrying requests ##
12
12
retrying == 1.3.3
13
+
14
+ ## transforming images to png b64 strings ##
15
+ pypng
Original file line number Diff line number Diff line change 61
61
xarray ==0.10.9
62
62
statsmodels ==0.10.2
63
63
backports.tempfile ==1.0
64
+ pypng ==0.0.20
64
65
optional: --editable =file:///{toxinidir}/../plotly-geo
65
66
optional: numpy ==1.16.5
66
67
optional: ipython[all]==5.1.0
You can’t perform that action at this time.
0 commit comments