8000 FIX: Test failures by effigies · Pull Request #3587 · nipy/nipype · GitHub
[go: up one dir, main page]

Skip to content

FIX: Test failures #3587

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

Merged
merged 9 commits into from
Jul 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
EEDE Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
MNT: Avoid looseversion 1.2
  • Loading branch information
effigies committed Jul 5, 2023
commit fec8cd950c66a2f29c896ad69c0fe3f3e0e3a193
2 changes: 1 addition & 1 deletion nipype/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def get_nipype_gitversion():
"traits>=%s,<%s,!=5.0" % (TRAITS_MIN_VERSION, TRAITS_MAX_VERSION),
"filelock>=3.0.0",
"etelemetry>=0.2.0",
"looseversion",
"looseversion!=1.2",
]

TESTS_REQUIRES = [
Expand Down
0