Re: [Numpy-discussion] NumPy nightly wheel builds

2020-05-03 Thread Andrew Nelson
Python 3.9 beta is ~ May 18 ___ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] NumPy nightly wheel builds

2020-05-03 Thread Charles R Harris
On Sun, May 3, 2020 at 5:34 PM Andrew Nelson wrote: > > > On Mon, 4 May 2020, 07:26 Charles R Harris, > wrote: > >> Hi All, >> >> The NumPy "nightly" wheel builds, actually built weekly on Sunday >> mornings, have moved to >> https://anaconda.org/scipy-wheels-nightly/numpy/files. They can be >>

Re: [Numpy-discussion] NumPy nightly wheel builds

2020-05-03 Thread Andrew Nelson
On Mon, 4 May 2020, 07:26 Charles R Harris, wrote: > Hi All, > > The NumPy "nightly" wheel builds, actually built weekly on Sunday > mornings, have moved to > https://anaconda.org/scipy-wheels-nightly/numpy/files. They can be > installed/downloaded using pip: > That's awesome, thank you. Would

[Numpy-discussion] NumPy nightly wheel builds

2020-05-03 Thread Charles R Harris
Hi All, The NumPy "nightly" wheel builds, actually built weekly on Sunday mornings, have moved to https://anaconda.org/scipy-wheels-nightly/numpy/files. They can be installed/downloaded using pip: pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy Chuck _