towhee-io / towhee

Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.
https://towhee.io
Apache License 2.0
3.21k stars 247 forks source link

[Bug]: Duplicate "transformers" dependency in the requirements of image embedding for data2vec #1590

Closed binbinlv closed 2 years ago

binbinlv commented 2 years ago

Is there an existing issue for this?

Current Behavior

Duplicate "transformers" dependency in the requirements of image embedding for data2vec

https://towhee.io/image-embedding/data2vec/src/branch/main/requirements.txt: numpy transformers>4.19.0 torch transformers towhee

Expected Behavior

transformers>4.19.0 and transformers are duplicated?

Steps To Reproduce

NA

Environment

- Towhee version(e.g. v0.1.3 or 8b23a93):towhee latest
- OS(Ubuntu or CentOS):
- CPU/Memory:
- GPU:
- Others:

Anything else?

No response

wxywb commented 2 years ago

duplicated dependency is removed.

binbinlv commented 2 years ago

Fixed, so close it.