udacity / build-ml-pipeline-for-short-term-rental-prices

Project code for cd0581 refresh taught by Giacomo Vianello
Other
14 stars 633 forks source link

pin NumPy requirement to 1.19 #25

Open hoffm386 opened 1 year ago

hoffm386 commented 1 year ago

The current YAML specifies mlflow=1.14.1 (March 2021 version), which uses the now-deprecated np.object. This PR attempts to recreate the environment that the original developer had by pinning NumPy to 1.19, which is the last version of NumPy before np.object was deprecated in January 2021