Matthew Brett

Results 226 comments of Matthew Brett

See https://github.com/nipy/nipy/pull/485 @mvdoc - did I miss something in allowing updates to Sphinx and Numpydoc? Sorry, I didn't go back to check what you did before.

Is there a reason you can't invoke the tests directly? Where do the setuptools script files get installed to? We could force the `scriptrunner` code to not look in the...

We need preprocessed data for the examples to work on.

I'm in favor of something a little slower, NEP + 1 year sounds good to me. On Mon, Sep 9, 2019 at 3:19 PM Chris Markiewicz wrote: > Numpy has...

I don't know poetry I'm afraid - but * What architecture is your Mac running on? Intel or M1? * Can you install Numpy in a previous step?

Yes, I've seen a problem like this now. For the continuous integration, I worked round it thus: https://github.com/MacPython/nipy-wheels/blob/master/config.sh#L4 In summary, I install OpenBLAS with homebrew, and then configure Numpy to...

@alexis-roche - any news on licensing of the brainweb image?

I think Matteo Visconti di Oleggio Castello fixed this one with commit d5aece6e ... - do you agree?

Just to check - you did `pip install --user nipy` and that worked correctly without error?

It looks like you have somehow got a 'nipy' directory, maybe in your home directory? If so, try deleting that, then `pip install --user nipy` again.