holoviz / colorcet

A set of useful perceptually uniform colormaps for plotting scientific data
http://colorcet.holoviz.org
Other
682 stars 52 forks source link

remove pyct / param dependency #118

Closed Jhsmit closed 6 months ago

Jhsmit commented 8 months ago

in #84 explicit param dependency was removed, but since pyct is still a dependency, which requires param, there is still a param reliance.

it seems that pyct is only being used for command-line use, so maybe it can be moved to optional dependencies

philippjfr commented 8 months ago

Strong +1, we'll be working on migrating away from param.version and pyct for all of our projects but can't promise a timeline.

maximlt commented 6 months ago

Done in https://github.com/holoviz/colorcet/pull/120