microsoft / FLAML

A fast library for AutoML and tuning. Join our Discord: https://discord.gg/Cppx2vSPVP.
https://microsoft.github.io/FLAML/
MIT License
3.75k stars 495 forks source link

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

Closed jackgerrits closed 3 months ago

jackgerrits commented 3 months ago

Why are these changes needed?

It seems as though when a pre-release is specified in the version then it means that pre-releases are considered when resolving the version. This is causing the NumPy v2 pre-release candidate to be picked up here and causing issues.

Related issue number

Checks