GoogleCloudPlatform / llm-pipeline-examples

Apache License 2.0
107 stars 26 forks source link

Use poetry to manage dependencies #21

Open anirudh2 opened 1 year ago

anirudh2 commented 1 year ago

Ran into some dependency issues between black and google-cloud-aiplatform when I tried to pip install to my local user python3 installation. I decided to just use poetry to create a dedicated virtual environment. If you don't think this makes sense to include in the main repo, no stress. Just thought it might be useful to others.

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

anirudh2 commented 1 year ago

Hold off on merging this as maybe this caused an issue for me. See #22

Chris113113 commented 1 year ago

/gcbrun

tsvisab commented 8 months ago

Poetry support would be nice :)