neulab / explainaboard_client

1 stars 1 forks source link

Disable checking api version in example/scikit-learn #64

Closed OscarWang114 closed 1 year ago

OscarWang114 commented 1 year ago

A data scientist has reported facing an API version mismatch exception. Because our prod server uses API client version 0.2.17 and the CLI uses 0.2.23, we need to disable version checking.

Alternatively, we can also set explainaboard-api-client==0.2.17 in requirements.txt. I don't really have a preference between these two.

In the long run, I think a better way is to have two branches dev and main. The former's version will align with our dev server and the latter with our prod server.

lyuyangh commented 1 year ago

btw, I think this is no longer an issue because we have deployed the latest version.

OscarWang114 commented 1 year ago

@neubig Thanks, I agree and will create an issue. Thanks @lyuyangh for the reminder too!