-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
add dm-acme 0.2.0 (and dm-env 1.3) #11804
Conversation
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipes/dm-acme:
For recipes/dm-env:
|
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipes/dm-env:
|
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 ( |
|
needs investigating:
Any hot takes, @conda-forge/help-python-c ? |
recipes/dm-acme/meta.yaml
Outdated
# TODO remove after bazel, dm-tree is available for windows | ||
# - https://github.com/conda-forge/bazel-feedstock/issues/36 | ||
skip: true # [win] | ||
# noarch: python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like it can be noarch. It doesn't compile in any deps
recipes/dm-tree/meta.yaml
Outdated
- pip | ||
- attrs | ||
- absl-py | ||
- numpy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it compile against numpy?
Hm... I tried env/acme with noarch and skip#win (as there would be missing
dependency on tree) and the linter was not amused. I can try some other
combinations.
As to numpy: in tree, it is used in its test suite only for benchmarking.
…On Tue, Jun 2, 2020, 15:41 Anthony Scopatz ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In recipes/dm-tree/meta.yaml
<#11804 (comment)>
:
> + run:
+ - python
+ - six >=1.12.0
+ - wrapt
+
+test:
+ imports:
+ - tree
+ commands:
+ - pip check
+ - python -m unittest tree.tree_test tree.tree_benchmark
+ requires:
+ - pip
+ - attrs
+ - absl-py
+ - numpy
Does it compile against numpy?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#11804 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALCRBPCIYOYDBDLM4EG7TRUVIWTANCNFSM4NQ6WRTA>
.
|
RE numpy: ahh ok |
Perhaps I have to do some explicit binary patching:
https://github.com/pytorch/builder/blob/master/conda/pytorch-nightly/build.sh
…On Tue, Jun 2, 2020, 15:51 Anthony Scopatz ***@***.***> wrote:
RE numpy: ahh ok
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#11804 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALCRHIHE3D54TWZQUCETDRUVJ45ANCNFSM4NQ6WRTA>
.
|
Had some more looking around the source... it does some strange things with [headers[( |
I have never really used bazel - I wish I could give more help here |
@scopatz no worries! It seems like quite an interesting beast. I could imagine a future where bazel+conda made a lot of sense for maintaining an in-house family of channels... and could even someday be useful for conda-forge level work: how slick would a distributed build cache be? I think we'd need a lot more reproducibility in the core conda/conda-build toolchain for it to work for real. As I mentioned, it seems overkill for this package, and maybe I can figure out patching it to work with stock |
Hi friend! We really, really, really appreciate that you have taken the time to make a PR on In an effort to maintain this repository and increase the signal-to-noise for open PRs, the maintainers of If you'd like to keep it open, please comment/push and we will be happy to oblige! Note that very old PRs will likely need to be rebased on master so that they can be rebuilt with the most recent CI scripts. If you have any trouble, or we missed reviewing this PR in the first place (sorry!), feel free to ping the team using a special command in a comment on the PR to get the attention of the Cheers and thank you for contributing to this community effort! |
FYI: |
Thanks for the update!
|
@bollwyvl please let me know if you wish to become a co-maintaner for dm-tree (or make a PR adding yourself there), I took tests section from your PR after all 😃 |
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 ( |
@vnlitvinov i am generally looking to not take on another exotic build chain, but feel free to ping me if you run into issues over on Honestly, I had forgotten that Anyhow, hoping for good results on CI! |
@conda-forge/staged-recipes @conda-forge/help-python (finally) ready for review! |
Same here :) I needed |
You're a hero!
|
Checklist
brought in from repo, upstream PRs createdadd license to source distributions google-deepmind/acme#3add license to source distributions google-deepmind/dm_env#3url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details)Some notes:
tree
andenv
have testscan't buildtree
(and therefore anything else) because ofbazel
on windowsWindows support bazel-feedstock#36env
to benoarch: python
by ignoring EOL pythonsseeing some linkage warnings ontree
, could be my local setup