Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

temporarily pin numpy<2 #9181

Merged
merged 1 commit into from
Jun 27, 2024
Merged

temporarily pin numpy<2 #9181

merged 1 commit into from
Jun 27, 2024

Conversation

keewis
Copy link
Collaborator

@keewis keewis commented Jun 27, 2024

To give us a bit more time while fixing the various issues related to numpy>=2 without affecting other PRs, this temporarily pins numpy to below version 2 in CI.

We didn't detect these issues before 2024.06.0 because we didn't run the doctests / docs, because some dependencies didn't support it at that point, and because the tests don't cover everything. We will most likely never solve the last point, but we can at least improve slowly.

@keewis keewis added plan to merge Final call for comments run-upstream Run upstream CI labels Jun 27, 2024
@keewis keewis merged commit fa41cc0 into pydata:main Jun 27, 2024
35 of 40 checks passed
@keewis keewis deleted the pin-numpy branch June 27, 2024 10:23
dcherian added a commit to dcherian/xarray that referenced this pull request Jun 28, 2024
* main:
  promote floating-point numeric datetimes to 64-bit before decoding (pydata#9182)
  also pin `numpy` in the all-but-dask CI (pydata#9184)
  temporarily remove `pydap` from CI (pydata#9183)
  temporarily pin `numpy<2` (pydata#9181)
  Change np.core.defchararray to np.char (pydata#9165) (pydata#9166)
  Fix example code formatting for CachingFileManager (pydata#9178)
  Slightly improve DataTree repr (pydata#9064)
  switch to unit `"D"` (pydata#9170)
  Docs: Add page with figure for navigating help resources (pydata#9147)
  Add test for pydata#9155 (pydata#9161)
  Remove mypy exclusions for a couple more libraries (pydata#9160)
  Include numbagg in type checks (pydata#9159)
  Improve zarr chunks docs (pydata#9140)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plan to merge Final call for comments run-upstream Run upstream CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant