conda-forge / anndata-feedstock

A conda-smithy repository for anndata.
BSD 3-Clause "New" or "Revised" License
1 stars 10 forks source link

anndata v0.7 #4

Closed regro-cf-autotick-bot closed 4 years ago

regro-cf-autotick-bot commented 4 years ago

It is very likely that the current package version for this feedstock is out of date. Notes for merging this PR:

  1. Feel free to push to the bot's branch to update this PR if needed.
  2. The bot will almost always only open one PR per version. Checklist before merging this PR:
    • [x] Dependencies have been updated if changed
    • [x] Tests have passed
    • [x] Updated license if changed and license_file is packaged

Note that the bot will stop issuing PRs if more than 3 Version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.

If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase code>@<space/conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the cf-regro-autotick-bot. The cf-regro-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (conda install -c conda-forge rever) and pip (pip install re-ver) installable. Finally, feel free to drop us a line if there are any issues! This PR was generated by https://circleci.com/gh/regro/circle_worker/13824, please use this URL for debugging

conda-forge-linter commented 4 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

beckermr commented 4 years ago

@conda-forge-admin rerender

conda-forge-linter commented 4 years ago

Hi! This is the friendly automated conda-forge-webservice.

I tried to re-render for you but ran into some issues, please ping conda-forge/core for further assistance. You can also try re-rendering locally.

flying-sheep commented 4 years ago

Oh, should I not have deleted those comments then? Sorry, I don’t know how this stuff works.

beckermr commented 4 years ago

Nah it is not the comments. Something else in the recipe. Let me check locally. Sit tight!

flying-sheep commented 4 years ago

Thank you! What I don’t understand: Why can’t the python>=3.5 stay?

beckermr commented 4 years ago

I don't quite know either exactly. The rule is that when a recipe is not noarch, then you have to use a selector as opposed to a version constraint.

beckermr commented 4 years ago

OK looks good! Hopefully the CI passes and we can merge!

beckermr commented 4 years ago

OK @flying-sheep - the jobs run and install the python package, but an import looks off in the tests. I'll leave it to you to update the tests in the meta.yaml. You can push directly to the bot's branch.

flying-sheep commented 4 years ago

Got it! Too bad this now spawns all those unnecessary jobs… I wish there was a way to build for “<3.8” and “>=3.8”