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
Thank you for reaching out and for your interest in the CCMA. I appreciate you bringing up this issue.
However, it seems that your question is more related to Python packaging tools rather than the functionality or implementation of CCMA itself. For this reason, you might find more targeted assistance by asking also in forums like Stack Overflow, where a broader community can provide insights on Python packaging.
If there's anything specific to CCMA that you need help with, feel free to let me know.
Many thanks for making and maintaining CMA
I was just trying to include CMA package in a pyproject.toml file and install it along side other dependence.
I keep getting this error where the install fails to find numpy
putting numpy in the
dependencies
or the[build-system] requires
section did not helpWondering if any one has seen the same issue
The text was updated successfully, but these errors were encountered: