AmpersandTV / pymc3-hmm

Hidden Markov models in PyMC3
Other
94 stars 13 forks source link

Address import issue in Conda build process #102

Closed fanshi118 closed 2 years ago

fanshi118 commented 2 years ago

From here, we see that there's an import issue with datashader in the conda-forge feedstock build runs. We may want to use a try statement as we import datashader-related libraries in the utils.py module.