Skip to content

Add pyyaml as an explicit dependency#59

Merged
joverlee521 merged 2 commits intomainfrom
add-pyyaml
Jul 30, 2025
Merged

Add pyyaml as an explicit dependency#59
joverlee521 merged 2 commits intomainfrom
add-pyyaml

Conversation

@joverlee521
Copy link
Collaborator

Using >=5.3 based on the requirements of pyyaml as a transitive dependency.

$ poetry show pyyaml --why --tree
The "poetry.dev-dependencies" section is deprecated and will be removed in a future version. Use "poetry.group.dev.dependencies" instead.
jupyter-events 0.12.0 Jupyter Event System library
└── pyyaml >=5.3
pre-commit 3.8.0 A framework for managing and maintaining multi-language pre-commit hooks.
└── pyyaml >=5.1

Resolves #58

I was seeing the following warning during `poetry install`:
```
The "poetry.dev-dependencies" section is deprecated and will be removed in a 
future version. Use "poetry.group.dev.dependencies" instead.
```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(non-blocking) Dependency resolution took nearly an hour in the CI workflow, but I think that's mostly explained by the pandas v1 pin which is unrelated.

Version specification based on @victorlin's PR feedback
<#59 (comment)>

Resolves #58
@joverlee521 joverlee521 merged commit fec8b08 into main Jul 30, 2025
1 check passed
@joverlee521 joverlee521 deleted the add-pyyaml branch July 30, 2025 18:04
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.

cli: ModuleNotFoundError after installation with pip

2 participants