I just upgraded to the latest setuptools by accident, and now get following error: ``` 'extras_require' requirements cannot include environment markers, in 'notebook': 'enum34==1.1.6; python_version < "3.4"' ``` Portion of my `extras_notebook_requirement` file: ``` enum34==1.1.6; python_version < '3.4' ``` This is probably related to the #1081.