shenweichen / DeepMatch

A deep matching model library for recommendations & advertising. It's easy to train models and to export representation vectors which can be used for ANN search.
https://deepmatch.readthedocs.io/en/latest/
Apache License 2.0
2.22k stars 530 forks source link

Update DeepCTR requirement in `setup.py` to allow 0.8.5 #54

Closed karlhigley closed 3 years ago

karlhigley commented 3 years ago

The tests pass using DeepCTR 0.8.5, so unless there's a known incompatibility, it seems safe to update the version requirement to allow that combination of the two libraries.

karlhigley commented 3 years ago

Closing as stale