GPyOpt doesn't work with the latest version of numpy (1.24.0 or higher) due to the "expred deprecations" of numpy 1.24.0, namely gh-22607, which removes some ...
conda create --name dqsGpyOpt python=3.9 conda activate dqsGpyOpt conda install conda-forge::numpy=1.23.5 # higher versions may not work conda install conda-forge ...