Don't specify a pre-release in the numpy dependency (#1286)

This commit is contained in:
Jack Gerrits
2024-03-12 10:43:49 -04:00
committed by GitHub
parent 550d1cfe9b
commit 325baa40a5

View File

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