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

Added poetry for setup and workflow #5

Merged
merged 11 commits into from
Apr 15, 2024
Merged

Conversation

mwbrulhardt
Copy link
Contributor

No description provided.

@mwbrulhardt
Copy link
Contributor Author

Hey it looks like the PR was removed for some reason. But sounds good, I made it solely poetry based and also added that to the workflow as well so it would be compatible. I also bumped the version to 0.0.4. Let me know if you need me to do anything else. Thanks for taking the time to review as well!

[tool.poetry.dependencies]
python = "^3.9"

numpy = ">=1.0.1"
Copy link
Owner

Choose a reason for hiding this comment

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

nit: can you add this in alphabetical order

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok will do!

[tool.poetry.dependencies]
python = "^3.9"

numpy = ">=1.0.1"
Copy link
Owner

Choose a reason for hiding this comment

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

see if you require the cython requirement (new requirements.txt file) . w/o it I had trouble with scipy CI/CD tests passing; if it passes w/o cython requirement as-is, feel free to drop that requirement

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok I tried it with and without that requirement and it seems the CI/CD pipeline passes in both cases. I'll leave it out for now, and if it becomes a problem later you can always add it in.

@gmgeorg gmgeorg merged commit f64eac4 into gmgeorg:main Apr 15, 2024
1 check 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.

3 participants