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

depend on numpy 1.13.3 instead of 1.13.0 #69

Closed
wants to merge 10 commits into from
Closed

Conversation

sjanssen2
Copy link
Collaborator

@sjanssen2 sjanssen2 commented Jan 30, 2025

In a local Qiita setup, I have had issues with installing the qp-deblur plugin, more specifically with creating of the given conda environment, i.e. the one stated here

conda install --quiet --yes -c bioconda -c biocore "VSEARCH=2.7.0" MAFFT=7.310 SortMeRNA=2.0 fragment-insertion numpy==1.13.0 cython

Looks like numpy 1.13.0 is no longer offered through conda channels. I was able to change to 1.13.3 but had to adapt some more parts like cython install through pip once conda environment is set ...

These changes work OK for my local install, but I do see that tests in github actions fail. I thus also tried to update relatively old github action instructions with those from qp-woltka, e.g. migrate to postgress 13, but I now encounter SSL certificate issues.

Question to @antgonza and the qiita team: Is this due to a missing github secret or other misconfiguration problems within the control of the action yaml?!

FYI: triggering re-execution of the current test workflow fails as in PR #70 :-/

@antgonza
Copy link
Member

Sorry @sjanssen2, I just saw this PR and I should have pull these changes first before pushing #71. Anyway, I pulled the changes here to that PR and I'm going to continue working on that one to make the tests pass.

@antgonza antgonza closed this Feb 13, 2025
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.

2 participants