Skip to content

Commit 34c1acf

Browse files
committed
modified requirements
1 parent 0752df7 commit 34c1acf

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.circleci/create_conda_optional_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ ! -d $HOME/miniconda/envs/circle_optional ]; then
1616
# Create environment
1717
# PYTHON_VERSION=2.7 or 3.5
1818
$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
2020

2121
# Install orca into environment
2222
$HOME/miniconda/bin/conda install --yes -n circle_optional -c plotly plotly-orca==1.3.1

packages/python/plotly/optional-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ pyshp
5151
geopandas
5252
shapely
5353

54-
# image uri conversion
54+
## image uri conversion
5555
pillow

packages/python/plotly/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ six==1.8.0
1010

1111
## retrying requests ##
1212
retrying==1.3.3
13+
14+
## transforming images to png b64 strings ##
15+
pypng

packages/python/plotly/tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ deps=
6161
xarray==0.10.9
6262
statsmodels==0.10.2
6363
backports.tempfile==1.0
64+
pypng==0.0.20
6465
optional: --editable=file:///{toxinidir}/../plotly-geo
6566
optional: numpy==1.16.5
6667
optional: ipython[all]==5.1.0

0 commit comments

Comments
 (0)