Closed yangyichu closed 2 years ago
We updated the import API for params_proto. It is a simple change, see below:
from params_proto import ParamsProto, Flag
as opposed to the old pattern:
from params_proto.neo_proto import ParamsProto, Flag
Feel free to submit a PR for this change.
Updates of params_proto breaks dependency requirements, you should specify version==2.10.0