Numpy 2.x is not supported yet. (#1424)

This commit is contained in:
Li Jiang
2025-04-22 12:11:27 +08:00
committed by GitHub
parent 468bc62d27
commit 17e95edd9e

View File

@@ -15,7 +15,7 @@ with open(os.path.join(here, "flaml/version.py")) as fp:
__version__ = version["__version__"]
install_requires = [
"NumPy>=1.17",
"NumPy>=1.17,<2",
]