Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 16, 2026

Recent autowrap releases (>0.24) broke Docker container builds for pyOpenMS compilation.

Changes

  • Pinned autowrap dependency to <=0.24 in Dockerfile line 61 where pyOpenMS build dependencies are installed
RUN pip install --upgrade pip && python -m pip install -U setuptools nose cython "autowrap<=0.24" pandas numpy pytest
Original prompt

This section details on the original issue you should resolve

<issue_title>Hold back autowrap <=0.24</issue_title>
<issue_description>The latest autowrap releases broke the building of our docker containers. We need to hold back autworap at <=0.24</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@coderabbitai
Copy link

coderabbitai bot commented Jan 16, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI changed the title [WIP] Hold back autowrap version to 0.24 or lower Pin autowrap to <=0.24 to fix Docker build failures Jan 16, 2026
Copilot AI requested a review from t0mdavid-m January 16, 2026 07:31
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.

Hold back autowrap <=0.24

2 participants