microsoft / MLOS

MLOS is a project to enable autotuning for systems.
https://microsoft.github.io/MLOS
MIT License
136 stars 64 forks source link

Restrict matplotlib version to < 3.9 for Windows conda env #827

Closed bpkroth closed 2 months ago

bpkroth commented 2 months ago

Temporary fix to conda env to make it match the pip setup.py restrictions for now.

Eventually, we'll wan to relax these, along with increased numpy versions, etc.

See Also #826