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
To reduce the dependencies of adcc, maybe it would be good to remove matplotlib and pandas from the dependencies. They are only required for specialty features (plot_spectrum and to_dataframe) but carry a long list of dependencies themselves, even if they're not needed for "core" features.
The correct versions can be "enforced" in conda recipes by run_constrained and also for pypi.
To reduce the dependencies of
adcc
, maybe it would be good to remove matplotlib and pandas from the dependencies. They are only required for specialty features (plot_spectrum
andto_dataframe
) but carry a long list of dependencies themselves, even if they're not needed for "core" features.The correct versions can be "enforced" in conda recipes by
run_constrained
and also for pypi.Suggested by @loriab.
The text was updated successfully, but these errors were encountered: