Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Conversation

@jonmmease
Copy link
Contributor

@jonmmease jonmmease commented Mar 24, 2019

This PR adds a conda recipe for plotly_express. It uses Jinja2 templating to automatically pull in the version, description, and dependencies from the setup.py file so it should be pretty low maintenance.

I uploaded the output of this recipe to the plotly anaconda channel at https://anaconda.org/plotly/plotly_express.

To build the conda package

$ conda install conda-build
$ conda build recipe/  -c plotly

To upload to the plotly anaconda channel

$ conda install anaconda-client
$ anaconda login
$ anaconda upload ... # The path that was output by conda build above

"plotly>=3.7.1",
"statsmodels>=0.9.0",
"scipy >= 0.14",
"scipy>=0.14",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reminds me that we need to add patsy directly as well to close #18

@nicolaskruchten nicolaskruchten merged commit d308fb7 into master Mar 25, 2019
@nicolaskruchten nicolaskruchten deleted the conda_recipe branch May 6, 2019 14:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants