googledatalab / datalab

Interactive tools and developer experiences for Big Data on Google Cloud Platform.
Apache License 2.0
975 stars 249 forks source link

Fix Issue with Build #2129

Closed mdhedley closed 5 years ago

mdhedley commented 5 years ago

Fix for build issue #2128. The pyyaml that gets deployed by conda by default is not supported with google-cloud-dataflow. Setting the version for pyyaml fixes this problem.

This only requires a change for python 2, not python 3.

mdhedley commented 5 years ago

Messed up by git branches. Will resubmit.