GEOPY-2809: relock on patched simpeg#437
Conversation
(cherry picked from commit d34aca9)
b27178e to
613e898
Compare
|
|
There was a problem hiding this comment.
⚠️ Human review recommended
It includes broad dependency/lockfile updates across multiple Python versions and platforms, which can have wide runtime and CI implications that warrant human verification.
Pull request overview
This PR refreshes the project’s locked Python environments to align “Analyst” with current develop-compatible packages, including an updated patched mira-simpeg, and updates the tipper driver regression target to match the new inversion metrics.
Changes:
- Relocks conda environments for Python 3.12 and 3.13 across linux-64 and win-64, updating a set of pinned packages (notably
mira-simpegto0.25.0.1b3). - Updates the
driver_tipper_testregressiontarget_runvalues to reflect the new run output. - Propagates the updated pins into the generated per-platform environment lock files under
environments/.
File summaries
| File | Description |
|---|---|
| tests/run_tests/driver_tipper_test.py | Updates expected inversion metrics (target_run) for the tipper regression test. |
| py-3.13.conda-lock.yml | Regenerates the Python 3.13 conda lock with updated package pins (incl. mira-simpeg b3). |
| py-3.12.conda-lock.yml | Regenerates the Python 3.12 conda lock with updated package pins (incl. mira-simpeg b3). |
| environments/py-3.13-win-64.conda.lock.yml | Updates the Windows runtime environment lock for Python 3.13 to match the new relock. |
| environments/py-3.13-win-64-dev.conda.lock.yml | Updates the Windows dev environment lock for Python 3.13 to match the new relock. |
| environments/py-3.13-linux-64.conda.lock.yml | Updates the Linux runtime environment lock for Python 3.13 to match the new relock. |
| environments/py-3.13-linux-64-dev.conda.lock.yml | Updates the Linux dev environment lock for Python 3.13 to match the new relock. |
| environments/py-3.12-win-64.conda.lock.yml | Updates the Windows runtime environment lock for Python 3.12 to match the new relock. |
| environments/py-3.12-win-64-dev.conda.lock.yml | Updates the Windows dev environment lock for Python 3.12 to match the new relock. |
| environments/py-3.12-linux-64.conda.lock.yml | Updates the Linux runtime environment lock for Python 3.12 to match the new relock. |
| environments/py-3.12-linux-64-dev.conda.lock.yml | Updates the Linux dev environment lock for Python 3.12 to match the new relock. |
Copilot's findings
- Files reviewed: 11/11 changed files
- Comments generated: 0
Note
Your feedback helps us improve the quality of this feature.
Please use 👍 or 👎 to tell us whether this assessment is correct.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
GEOPY-2809 - Python env for Analyst on current packages from develop
taking fix of simpeg for GEOPY-2916.
See MiraGeoscience/simpeg#151