-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
8.0b2 release #26
8.0b2 release #26
Conversation
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 ( |
I don't think so. That PR worked with Py 3.7 and 3.8 I think. But not 3.9. And I did my very shallow test, of using We can add for next beta or full release though. |
(tests will fail until merged into release branch) |
@conda-forge-admin, please restart ci |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2021.08.03.08.19.27
Huh, dependency issues. I think I've had an issue like that. You should be able to build the recipe locally with a similar environment as conda and see what's causing the issue (I think there's a command to get conda to point to what appears to be broken). |
Lots of conflict there, hard to tell the root cause(s), guesses:
|
Reproduced the issue locally with:
Will re-read your comment and try to understand what's going on in the morning 👍 |
Some of the That Currently trying out this diff: diff --git a/recipe/meta.yaml b/recipe/meta.yaml
index 256515c..f911440 100644
--- a/recipe/meta.yaml
+++ b/recipe/meta.yaml
@@ -21,7 +21,7 @@ requirements:
run:
- aiofiles >=0.7.0,<0.8.0
- ansimarkup >=1.0.0
- - colorama >=0.4,<0.5
+ - colorama >=0.4,<1.0
- graphene >=2.1,<3
- jinja2 ==2.11.0,<2.12
- metomi-isodatetime >=1!2.0.2, <1!2.1.0
@@ -31,13 +31,12 @@ requirements:
- pyuv >=1.4.0,<1.5.0
- pyzmq >=19.0.0,<19.1.0
- setuptools >=49
- - urwid >=2.0,<2.1
+ - urwid >=2,<3
# TODO: optional dependencies, see discussion here https://github.com/conda-forge/cylc-flow-feedstock/pull/4
- empy >=3.3,<3.4
- - pandas >=0.25.0,<0.26
+ - pandas >=1.0
- pympler
- matplotlib-base
- - rx >=1.6,<2 # TODO: https://github.com/conda-forge/cylc-feedstock/pull/3#issuecomment-660716268
test:
imports: |
* update conda-forge deps to match setuptools deps * remove rx dep
That got it. |
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.
🎉 thanks @oliver-sanders !
Includes:
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)