Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update tapipy requirements #24

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Conversation

psadil
Copy link

@psadil psadil commented Oct 10, 2024

There is currently a requirement for an old version of tapipy:

tapipy ==1.0.7
. That version of tapipy requires a very old version of pyyaml (under ^5.4): https://github.com/tapis-project/tapipy/blob/2f5b1b6e7821a488dfe8ec07548c516b79401220/pyproject.toml#L27. But that version of pyyaml seems to have several problems these days: e.g., astral-sh/uv#1455 (comment). I haven't been able to install pyyaml<6.0, so this bumps to a more recent version of tapipy (one that allows for a newer version of pyyaml)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant