-
Notifications
You must be signed in to change notification settings - Fork 23
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
[MAINT] Update packaging #89
base: main
Are you sure you want to change the base?
Conversation
environment.yml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: check that this is still installable
pytest.ini
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move to pryproject.toml
requires = [ | ||
'importlib_resources>=5.10.2,<5.11', | ||
'tomli>=2.0.1,<2.1', | ||
'networkx>=2.0,<3.0', # a workaround to nipype's bug (issue 3530) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this requirement was removed and switched to bumping up the nipype requirement instead as this is now fixed
Before reviewing this Pull Request, please review Pull Request [#](add a link to the Pull Request here).
Changes proposed in this Pull Request:
Checklist:
main
branch