Ouranosinc / xscen

A climate change scenario-building analysis framework.
https://xscen.readthedocs.io/
Apache License 2.0
13 stars 2 forks source link

Update h5py requirement from <3.11 to <3.12 #418

Closed dependabot[bot] closed 1 day ago

dependabot[bot] commented 5 days ago

Updates the requirements on h5py to permit the latest version.

Commits
  • 2c80981 Merge pull request #2405 from takluyver/rever-3.11
  • 76afe10 Add HDF5 1.14.4 fixes to release notes
  • 0090479 Merge pull request #2406 from ajelenak/libhdf5-1.14.4
  • 0f071a4 Merge pull request #2407 from h5py/dependabot/github_actions/actions-45223d3826
  • 944a4a6 Bump peaceiris/actions-gh-pages from 3 to 4 in the actions group
  • 8f513ce Clean up release notes
  • 62bd813 Rename new whatsnew file, add to index
  • 9c305e2 Updated CHANGELOG for 3.11.0
  • 9e107c4 bumped version to 3.11.0
  • 71af64d Merge pull request #2360 from loichuder/visit-links
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Zeitsperre commented 4 days ago

@juliettelavoie is there a reason for pinning h5py? Usually, the problems with reading come from netcdf4, no?

juliettelavoie commented 4 days ago

I was struggling to get the tests to pass in #414 and the error came from h5py. I am not sure where the problem usually comes from. Looking back it seems like I didn't try withonly the netcdf4 pin, only both h5py and netcdf4. You can try to remove the pin in h5py.

Zeitsperre commented 1 day ago

@dependabot rebase

dependabot[bot] commented 1 day ago

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.