Skip to content

Change version requirements from "all future" to "compatible"#3119

Merged
karlhigley merged 1 commit intoOpenMined:masterfrom
karlhigley:fix/version-reqs
Feb 28, 2020
Merged

Change version requirements from "all future" to "compatible"#3119
karlhigley merged 1 commit intoOpenMined:masterfrom
karlhigley:fix/version-reqs

Conversation

@karlhigley
Copy link
Contributor

We've been having problems with updated dependencies breaking PySyft,
and the reason is that >= means "all future versions." What we
actually want is only "compatible versions," which are specified with
~=.

We've been having problems with updated dependencies breaking PySyft,
and the reason is that `>=` means "all future versions." What we
actually want is only "compatible versions," which are specified with
`~=`.
@karlhigley karlhigley marked this pull request as ready for review February 28, 2020 18:51
Copy link
Member

@iamtrask iamtrask left a comment

Choose a reason for hiding this comment

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

An important update -

@karlhigley karlhigley merged commit cb64f56 into OpenMined:master Feb 28, 2020
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