blue-oil/blueoil

Remove enum34 package from output_template

Open

#1,143 创建于 2020年7月31日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (250 star) (85 fork)batch import
good first issuehelp wanted

描述

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

贡献者指南