Commit Graph

9 Commits

Author SHA1 Message Date
Agriya Khetarpal b0be236d9b
Temporarily pin maturin <1.8 (#5285) 2024-12-31 00:24:09 +05:30
Agriya Khetarpal f831fc9445
Fix regression in `pplpy` build, update `cysignals` to version 1.12.2 (#5267) 2024-12-20 10:17:07 +09:00
Agriya Khetarpal e6d4baeae5
Update to NumPy v2 and bump versions for several dependent packages (#4925)
Co-authored-by: Gyeongjae Choi <def6488@gmail.com>
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
2024-12-19 19:10:20 +05:30
Gyeongjae Choi b6ce33c42d
Unpin meson (#5253) 2024-12-18 18:09:17 +09:00
Gyeongjae Choi 489a302729
Pin cysignals version temporarily (#5222) 2024-11-25 17:59:46 +09:00
Juniper Tyree 2aa31871e4
Constrain meson < 1.6 to fix the scipy build (#5132) 2024-10-25 16:44:21 +02:00
Matthias Köppe cf52fe9166
Do not set constraint Cython<3; update `libproj`, `pyproj`, `h5py` (#4426)
Since the release of Cython 3 in July 2023, many packages have been updated to
either set an upper bound "Cython < 3", to support both Cython 0.29.x and 3.0, or 
to require Cython 3.

Here we remove the global constraint Cython < 3 added in #4001 and update
individual packages if necessary.
2024-01-27 09:50:34 -08:00
Gyeongjae Choi fb9417ffe5
BLD Unpin types-setuptools (#4205) 2023-10-08 17:01:02 +09:00
Hood Chatham ec05ccd762
Cap cython<3 (#4001)
I added tools/constraints.txt and set it into the PIP_CONSTRAINT environment variable.
2023-07-18 23:47:05 -07:00