On Tue, Sep 3, 2024 at 10:46 AM Sean Gillies <sean.gill...@gmail.com> wrote:
> Hi Chuck, > > I've got a version of a package on PyPI that requires Numpy 2.0.0rc1 at > build time. Not the best decision in hindsight, but I assumed that Numpy > was the kind of project that wouldn't remove published distributions unless > there were security issues. It had not up today, right? Would it be > possible to restore 2.0.0rc1? > No. Once deleted it is always deleted, that is enforced by PyPi. I do plan to keep the latest rc versions around for a while because some folks may still be testing against them, but stable releases should not be built against them. Making that explicit should help avoid problems in the future. The reason I deleted what I did was to keep our PyPi disk usage down, it is currently about 30 GB, with an upper limit of 40 GB. We have 52 wheels and one sdist for the 2.,1.1 release, and that will go up when we start having wheels for WASM and Microsoft arm64. I did delete a bunch before when we hit the disk limit. Sorry about that, I should have posted before deleting. HIndsight and all that ... Chuck
_______________________________________________ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member address: arch...@mail-archive.com