Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR appears to troubleshoot pip installation issues by adding specific dependency versions and implementing wheel installation testing in CI workflows.
- Updates package version from 0.7.0 to 0.7.1
- Pins specific versions for multiple dependencies (tifffile, scikit-image, scikit-learn, xarray, pyogrio)
- Adds comprehensive wheel installation testing across different operating systems and environments
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| pyproject.toml | Version bump and addition of pinned dependency versions |
| .github/workflows/test.yml | Enhanced CI with wheel building and installation verification across multiple environments |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| fail-fast: false | ||
| matrix: | ||
| os: [ubuntu-latest, windows-latest, macos-latest] | ||
| os: [windows-latest, macos-latest, ubuntu-latest ] |
There was a problem hiding this comment.
There are extra trailing spaces after 'ubuntu-latest' in the matrix configuration.
| os: [windows-latest, macos-latest, ubuntu-latest ] | |
| os: [windows-latest, macos-latest, ubuntu-latest] |
|
pip install was getting many |
No description provided.