pyodide/packages/pyproj
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
..
meta.yaml Do not set constraint Cython<3; update `libproj`, `pyproj`, `h5py` (#4426) 2024-01-27 09:50:34 -08:00
test_pyproj.py MAINT Switch to pytest-pyodide (#2893) 2022-07-31 19:00:45 +09:00