Skip to content

Align dependency setup on pip workflow#8

Merged
egrelier merged 1 commit into
IRFM:mainfrom
jorisparet:fix/pip-dependency-workflow
May 12, 2026
Merged

Align dependency setup on pip workflow#8
egrelier merged 1 commit into
IRFM:mainfrom
jorisparet:fix/pip-dependency-workflow

Conversation

@jorisparet

Copy link
Copy Markdown
Contributor

Aligns the documented contributor setup, project metadata, and CI workflow around the pip-based dependency path requested in issue #1.

Changes:

  • Replaces Poetry-specific project metadata with standard pip-installable metadata.
  • Exposes development tools through a dev extra in pyproject.toml.
  • Updates install/test instructions in README.md.
  • Updates CI in workflows/python-package.yml to install and validate the documented pip development workflow.

@egrelier

Copy link
Copy Markdown
Contributor

Thank you for these developments! If I am not mistaken, they also fix Issue #7, correct?

Everything seems good for me and all checks pass, I will merge it.

@egrelier egrelier merged commit 4de9c85 into IRFM:main May 12, 2026
4 checks passed
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.

Install fails for Python >=3.13 Align dependency workflow across README, pyproject.toml, and CI

2 participants