While running cstool on Python 3.12, I received the following warning:
mambaforge/envs/nebula/lib/python3.12/site-packages/cstool/endf/obtain_endf_files.py:5: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
from pkg_resources import resource_string, resource_filename
No issues with the actual computation using existing and new yaml files.
While running cstool on Python 3.12, I received the following warning:
No issues with the actual computation using existing and new yaml files.