-
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
Fix conda requirements #186
Conversation
@tomvothecoder Are these changes sufficient to get the build working? #154 introduced the relevant code block into
|
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.
Added some suggestions, then looks good.
conda/dev.yml
Outdated
- six==1.16.0 | ||
- globus-sdk==2.0.1 | ||
- fair-research-login==0.2.0 |
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.
- six==1.16.0 | |
- globus-sdk==2.0.1 | |
- fair-research-login==0.2.0 | |
- six=1.16.0 | |
- globus-sdk=2.0.1 | |
- fair-research-login=0.2.0 |
conda/meta.yaml
Outdated
- six==1.16.0 | ||
- globus-sdk==2.0.1 | ||
- fair-research-login==0.2.0 |
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.
- six==1.16.0 | |
- globus-sdk==2.0.1 | |
- fair-research-login==0.2.0 | |
- six | |
- globus-sdk | |
- fair-research-login |
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.
No pinning in meta.yaml
to increase compatibility when installing in conda envs.
Fix conda requirements causing https://github.com/E3SM-Project/zstash/releases/tag/v1.2.0rc1 to not build properly.