pySOT
pySOT copied to clipboard
Support for Python 3.12: deprecated imp module
Attempting to import SymmetricLatinHypercube on python 3.12 yields a ModuleNotFoundError for 'imp' Python 3.12 dropped the imp library in favor of importlib.
+1