commit | 3966263d935b92bcf98877ce9ba8ea26c08a283f | [log] [tgz] |
---|---|---|
author | Sung Yun <107272191+syun64@users.noreply.github.com> | Mon Jul 22 03:38:49 2024 -0400 |
committer | GitHub <noreply@github.com> | Mon Jul 22 00:38:49 2024 -0700 |
tree | 187a12cd110631c67c6b79168ecfac9119579310 | |
parent | d8bc1ca9af7957ce4d4db99a52c701ac75db7688 [diff] |
Fix: Set Numpy Version Upper Limit `numpy = { version = "^1.22.4", optional = true }` (#951)
PyIceberg is a Python library for programmatic access to Iceberg table metadata as well as to table data in Iceberg format. It is a Python implementation of the Iceberg table spec.
The documentation is available at https://py.iceberg.apache.org/.