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

Fix scipy<1.15.0 pin in virtual environment configuration files once issue in SciPy is resolved #677

Open
vschaffn opened this issue Jan 10, 2025 · 0 comments

Comments

@vschaffn
Copy link
Contributor

vschaffn commented Jan 10, 2025

Description

The latest release of SciPy (v1.15.0), published on January 3, 2025, causes errors in xdem during the execution of test_biascorr.py. Specifically, the following tests are impacted : test_biascorr__bin_and_fit_1d and test_biascorr__bin_and_fit_2d.

As a temporary fix, the scipy version has been pinned to <1.15.0 in environment.yml, dev-environment.yml and requirements.txt (#675) to prevent these errors from blocking development and CI.

To-Do

  • Monitor updates from SciPy regarding this issue.
  • Once the issue is fixed in a future SciPy release, remove the version pin and update the scipy dependency in environment.yml and dev-environment.yml to allow newer versions.
  • Re-run the tests to verify that the issue is resolved in xdem.

Note

requirements.txt will be automatically synchronized with environment.yml via a pre-commit hook.

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

No branches or pull requests

1 participant