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

Update imgparse to v1.18.1 for quicktile compatability #48

Merged
merged 2 commits into from
Jul 22, 2024

Conversation

zthorson
Copy link
Contributor

@zthorson zthorson commented Jul 22, 2024

Update imgparse to v1.18.1 for quicktile compatability

What?

Update imgparse library to newest v1.18.1.

Why?

This prevents a package conflict in the quicktile-ms-wrapper library between quicktile and radiometric corrections:

INFO: pip is looking at multiple versions of imgcorrect to determine which version is compatible with other requirements. This could take a while.

The conflict is caused by:
    quicktile 2.6.4 depends on imgparse 1.18.1 (from git+https://github.com/SenteraLLC/py-image-metadata-parser.git@v1.18.1)
    imgcorrect 1.7.5 depends on imgparse 1.15.2 (from git+https://github.com/SenteraLLC/py-image-metadata-parser.git@v1.15.2)

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

PR Checklist

  • Merged latest master
  • Updated version number
  • Version numbers match between package __version__ and pyproject.toml
  • All private git packages are at their newest version in both pyproject.toml and environment.yml
  • All git package version numbers match between pyproject.toml and environment.yml
  • dist/ImageryCorrector.exe and dist/GetCorrectionsCsv.exe have been rebuilt

@zthorson zthorson force-pushed the feature/update_imgparse branch from 2523ec1 to 6cee591 Compare July 22, 2024 16:16
@zthorson zthorson marked this pull request as ready for review July 22, 2024 16:17
@zthorson zthorson requested a review from SamCWill July 22, 2024 16:17
@zthorson zthorson merged commit 623108b into master Jul 22, 2024
1 check passed
@zthorson zthorson deleted the feature/update_imgparse branch July 22, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants