brainglobe / brainrender

a python based software for visualization of neuroanatomical and morphological data.
https://brainglobe.info/documentation/brainrender/index.html
BSD 3-Clause "New" or "Revised" License
538 stars 75 forks source link

Unpinned h5py version #299

Closed IgorTatarnikov closed 9 months ago

IgorTatarnikov commented 9 months ago

Before submitting a pull request (PR), please read the contributing guide.

Description

Compatiblity with MorphIO v3.3.7

Why is this PR needed? Windows tests were failing due to a MorphIO update.

What does this PR do? Unpin h5py from <=3.9.0 to ensure the correct hdf5 version is installed.

Is this a breaking change?

No

Does this PR require an update to the documentation?

No

Checklist:

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (47f04f9) 86.23% compared to head (6fec26f) 86.23%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #299 +/- ## ======================================= Coverage 86.23% 86.23% ======================================= Files 26 26 Lines 1213 1213 ======================================= Hits 1046 1046 Misses 167 167 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.