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

Removed pinned versions from conda environments #2876

Merged
merged 1 commit into from
May 23, 2017

Conversation

humitos
Copy link
Member

@humitos humitos commented May 22, 2017

Do not pin required packages for Read The Docs but make sure they are installed once the environment is created using the environment.yml from the user's repository.

I tried building poliastro project (https://github.com/poliastro/poliastro) in my local instance and it worked. This project used python 3.6 which was incompatible with our old setup.

Related to #2566 #2584 #2589

@humitos humitos added the PR: work in progress Pull request is not ready for full review label May 22, 2017
Copy link
Member

@ericholscher ericholscher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Big +1. Only thoughts are around our deps and how we manage those going forward, but I think unpinning them probably makes sense. We should probably do the same for pip based projects, as well.

'commonmark==0.5.4',
'recommonmark==0.1.1',
'readthedocs-sphinx-ext',
'recommonmark',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do worry about unpinning these. @agjohnson would know best, but I believe there is a released version that might bork things.

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