zenml-io / mlstacks

A series of Terraform based recipes to provision popular MLOps stacks on the cloud.
https://mlstacks.zenml.io/
Apache License 2.0
245 stars 32 forks source link

Add Python requirement for package #79

Closed strickvl closed 10 months ago

strickvl commented 10 months ago

The package currently advertises itself (on PyPi) as being compatible with Python <3. This fix corrects that so that only >=3 is possible.