You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2023. It is now read-only.
I'm on the latest Miniconda (4.8.2) and notice when I install this in a new environment: conda create -n tstest fbprophet
That you'll get both matplotlib and matplotlib-base. I see the meta.yaml says "matplotlib-base", but somehow the full install is getting pulled in? I don't understand exactly how conda-smithy works, but isn't the original fbprophet requirement for "matplotlib" supposed to be overwritten with matplotlib-base?