dme65 / pySOT

Surrogate Optimization Toolbox for Python
Other
204 stars 53 forks source link

Support for Python 3.12: deprecated imp module #51

Open jonkb opened 3 months ago

jonkb commented 3 months ago

Attempting to import SymmetricLatinHypercube on python 3.12 yields a ModuleNotFoundError for 'imp' Python 3.12 dropped the imp library in favor of importlib.