You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by lijialin03 August 18, 2023
Function 'gp_minimize' of package 'skopt (scikit-optimize)' is used in this example and an error has been reported like,
The reason is that 'np.int' used in skopt was deprecated in NumPy 1.20. The newest NumPy is version 1.25.
My skopt version is 0.9.0. I think it is the latest version in https://pypi.org/search/?q=scikit-optimize. So this example may require NumPy 1.20 or lower while there is no version requirements of NumPy in requirements.txt.
The text was updated successfully, but these errors were encountered:
Discussed in #1445
Originally posted by lijialin03 August 18, 2023
![16e8051a98747fcc62553d09c11b873b](https://private-user-images.githubusercontent.com/124568209/261553093-a4c21d4a-4170-4fd1-a7f0-20c038522b20.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NDAxOTEsIm5iZiI6MTczOTYzOTg5MSwicGF0aCI6Ii8xMjQ1NjgyMDkvMjYxNTUzMDkzLWE0YzIxZDRhLTQxNzAtNGZkMS1hN2YwLTIwYzAzODUyMmIyMC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQxNzE4MTFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zYjU4MTc0ZTFjYjMyMGU1NTA1OTZhYTE1M2VmYzBlMmU1MzhhZjY1OWZlZmJjZGU5ODRkYzg0YmJjYjNlZGJkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.tqXNYx-PMDIaCgAF8-ULmCZv9vhw1tzdqD7bz_WiVkg)
Function 'gp_minimize' of package 'skopt (scikit-optimize)' is used in this example and an error has been reported like,
The reason is that 'np.int' used in skopt was deprecated in NumPy 1.20. The newest NumPy is version 1.25.
My skopt version is 0.9.0. I think it is the latest version in https://pypi.org/search/?q=scikit-optimize. So this example may require NumPy 1.20 or lower while there is no version requirements of NumPy in requirements.txt.
The text was updated successfully, but these errors were encountered: