Update conda package
The omas on conda hasn't been updated for 1.5 years. It is on 0.92.0 while the current version is at 0.94.1
It used to be an automated process. When a new PyPi package was released, CONDA would just pick that up automatically. I don't know why this ever stopped. It's not something I ever setup.
The latest omas has not been passing on python 3.12. See https://github.com/conda-forge/omas-feedstock/pull/130 . I will try to follow up to see what is going on in the logs; the last logs no longer exist.
I can't figure out from the logs what is failing in the test for python 3.12. We will need to build locally to try to discern what is going on.
This issue has not seen any activity in the past 60 days. It is now marked as stale and will be closed in 7 days if no further activity is registered.
There's a note in regression.yml that pygacode does not support Python 3.12 because numpy.distutils was removed. Is that a possible culprit that will require a work around or a red herring?