awesome-panel / panel-chemistry

๐Ÿงช๐Ÿ“ˆ ๐Ÿ. The purpose of the panel-chemistry project is to make it really easy for you to do DATA ANALYSIS and build powerful DATA AND VIZ APPLICATIONS within the domain of Chemistry using using Python and HoloViz Panel.
MIT License
119 stars 16 forks source link

Update pip install extras #36

Closed Jhsmit closed 1 year ago

Jhsmit commented 1 year ago

all would have to be explicitly defined in pyproject.toml to allow this to work.

MarcSkovMadsen commented 1 year ago

Thx

CrisSherban commented 1 year ago

To me it only works with pip install -e ".[dev,examples]". Shouldn't the same be done in the workflows here, it seems they fail because of this.

Jhsmit commented 1 year ago

Yes indeed, that was the issue with the tests. Thanks for pointing that out!