-
Notifications
You must be signed in to change notification settings - Fork 264
BF+TST: fix XML output from in-memory Gifti array #470
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
Changes from all commits
5f632fe
32271df
fdec48b
aa4db53
4b1a55c
61c9005
529150c
5dad677
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
# Minumum requirements | ||
# | ||
# Check these against | ||
# nibabel/info.py | ||
# .travis.yml | ||
# doc/source/installation.rst | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Btw, what do you think about specifying minimal versioned requirements in setup.py, and then allow for structured optional dependencies (see eg how we have it in datalad)? See eg https://caremad.io/2013/07/setup-vs-requirement/ for the point There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not for this PR but just saw these notes inspired by duplication, so decided to ask ;-) |
||
|
||
numpy>=1.5.1 |
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.
Sorry, forgot about 2.6:
"Type mismatch for attribute: {0} ({1!s} != {2!s})".format(
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.
Actually, now I'm trying to debug the errors on Python 2.6, I think it's time for 2.6 to go. It's getting really hard to set up testing on 2.6. OK with you?
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.
Totally fine with that.