-
Notifications
You must be signed in to change notification settings - Fork 2
Update PyPI dependencies #89
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
Conversation
|
🚧 Test build enqueued. |
|
🚧 Started test build. |
|
❌ Test build failed. |
|
🚧 Test build enqueued. |
|
🚧 Started test build. |
|
❌ Test build failed. |
|
🚧 Test build enqueued. |
|
🚧 Started test build. |
|
❌ Test build failed. |
|
🚧 Test build enqueued. |
|
🚧 Started test build. |
|
❌ Test build failed. |
|
🚧 Test build enqueued. |
|
🚧 Started test build. |
|
❌ Test build failed. |
|
🚧 Test build enqueued. |
|
🚧 Started test build. |
|
✅ Test build succeeded. To test this build, install it from the testing repository: |
This pull request updates dependencies and build configurations for Python packages and external libraries. Key changes include version updates for several Python dependencies, the addition of
Cythonto the dependency list, and adjustments to the OpenBLAS module configuration.Dependency Updates:
meson-pythonto version>=0.15.0,<0.16.0and replaced its source URL and checksum indeps/pypi-dependencies.json.packagingto version25.0andnanobindto version2.7.0with corresponding source URL and checksum changes indeps/pypi-dependencies.json. [1] [2]Cythonversion3.0.12as a new dependency indeps/pypi-dependencies.json.requirements.txtto reflect changes tomeson-pythonand removed unused dependencies likemakoandmarkdown.Build Configuration Changes:
deps/pypi-dependencies.shto include a note about manually addingCythonand added the--ignore-installed=numpyflag to the generator command.OpenBLAS Module Adjustments:
io.github.pemsley.coot.yamlwith updated build options and source type set togitinstead ofarchive.modulessection in the same file.