uv/crates/pypi-types
konsti 5b0b072e3c
Allow files >4GB on 32-bit platforms (#847)
Changes `File::size` from a `usize` to a `u64`.

The motivations are that with tensorflow wheels being 475 MB
(https://pypi.org/project/tensorflow/2.15.0.post1/#files), we're already
only one order of magnitude away and to avoid target dependent failures.
2024-01-09 17:31:49 +01:00
..
src Allow files >4GB on 32-bit platforms (#847) 2024-01-09 17:31:49 +01:00
Cargo.toml Update dependencies (#794) 2024-01-05 11:40:12 -05:00