blue-oil/blueoil

Remove enum34 package from output_template

Open

#1,143 opened on Jul 31, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (250 stars) (85 forks)batch import
good first issuehelp wanted

Description

Blueoil inference doesn't work with python2 any longer. We need to update the pip packages for inference but enum34 package would be the block for some recent packages. Now the CI has pip uninstall enum34 in the pipeline for the test backward compatibility, but this is no longer required for future.

Related to https://github.com/blue-oil/blueoil/pull/1139

Contributor guide