-
Notifications
You must be signed in to change notification settings - Fork 4
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
Improve build stability #84
Comments
It looks like there is a dependency mismatch. The CCDC test (https://github.com/Open-EO/FuseTS/actions/runs/5333585954/jobs/9664241162 ) is currently failing with the following error: It looks likes that this numpy feature became deprecated as of 1.20.0 (https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations). However, we explicitly install a higher numpy version ( I'm temporarily disabling this test to make sure the build gets fixed. @jdries - Can you maybe take a look at this failing test? |
Meanwhile, the issue seems to building the library for Python 3.10. This struggles with installing the |
This issue is also preventing #48 |
pinning pip down below 23.0.1 seems to be a quickfix -> PR #97 |
FYI the build issues related to the whittaker depency should be resolved/improved now, with these fixes: |
The current instability in the library's build process creates a significant challenge as it obstructs the seamless update of versions. Consequently, the latest changes and improvements are unable to be successfully pushed to the final Python repositories. This situation directly affects users, as they are unable to access the most recent fixes and features of the library through the standard pip install process.
The following Python version should be supported in the build:
The text was updated successfully, but these errors were encountered: