Skip to content

Conversation

@schnamo
Copy link
Collaborator

@schnamo schnamo commented Jun 5, 2024

replacing pipe with Union for backward compatibility before Python 3.10, and use PyPI project name 'pyyaml' to install the yaml module used to handle YAML files

- union instead of pipe
@sfluegel05 sfluegel05 merged commit 7e5f801 into ChEB-AI:dev Jun 21, 2024
@sfluegel05
Copy link
Collaborator

Thanks for noticing and fixing the yaml dependency and the compatibility issues.

The checks failed for your commit because the black formatter is run for each commit automatically.
The easiest way to fix this is to run black before each commit using pre-commit. To install, run these commands for your repository:
pip install pre-commit
pre-commit install
Then the same checks that run on GitHub should also run on your machine automatically before each commit.

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.

2 participants