OpenMDAO / Aviary

NASA's aircraft analysis, design, and optimization tool
https://openmdao.github.io/Aviary/
Other
106 stars 51 forks source link

pkg_resources has been deprecated #344

Open crecine opened 1 week ago

crecine commented 1 week ago

Description

pkg_resources has been deprecated in favor of importlib.resources

Example

running import pkg_resources results in: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html

Aviary Version

0.9.4-dev

Relevant environment information

No response