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

nix development support #19

Closed
wants to merge 2 commits into from
Closed

nix development support #19

wants to merge 2 commits into from

Conversation

danmur97
Copy link

@danmur97 danmur97 commented Jul 1, 2024

  • support build, install and dev env with nix

Closes #20

danmur97 added 2 commits July 1, 2024 12:08
- migrate to pyproject format
- drop support for python <= 3.8
- add tests placeholder
- support nix build
- add dev env with direnv hook
- update readme
]
requires-python = ">=3.9"
dependencies = [
"numpy >=1.2.12, <2.0.0",
Copy link
Author

Choose a reason for hiding this comment

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

This is a mere guess, I do not know which are the ranges of versions that the library requires.

@danmur97 danmur97 changed the title nix flake support nix development support Aug 12, 2024
@danmur97
Copy link
Author

makes project has changed

@danmur97 danmur97 closed this Dec 30, 2024
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.

Nix build & development
1 participant